Update go/ql/lib/change-notes/2025-03-04-improve-models-for-sync-map.md

Co-authored-by: Michael B. Gale <mbg@github.com>
This commit is contained in:
Owen Mansel-Chan
2025-03-04 15:07:24 +00:00
committed by GitHub
parent 07c041483d
commit e2456ea59e

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* We no longer track taint into a `sync.Map` via the key of a key-value pair, since there is no way of reading the keys stored in the `sync.Map` back.
* We no longer track taint into a `sync.Map` via the key of a key-value pair, since we do not model any way in which keys can be read from a `sync.Map`.