mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
8 lines
385 B
Markdown
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.
|