Files
codeql/go/ql/lib/change-notes/released/4.2.2.md
2025-03-31 17:35:15 +00:00

8 lines
385 B
Markdown

## 4.2.2
### Minor Analysis Improvements
* 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`.
* `database` source models have been added for v1 and v2 of the `github.com/couchbase/gocb` package.
* Added `database` source models for the `github.com/Masterminds/squirrel` ORM package.