mirror of
https://github.com/github/codeql.git
synced 2026-08-03 08:52:55 +02:00
10 lines
539 B
Markdown
10 lines
539 B
Markdown
## 5.4.12
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* The extractor no longer synthesizes expanded forms of compound assignments. This may have a small impact on the results of queries that explicitly or implicitly rely on the expanded form of compound assignments.
|
|
* The `cs/log-forging` query no longer treats arguments to extension methods with
|
|
source code on `ILogger` types as sinks. Instead, taint is tracked interprocedurally
|
|
through extension method bodies, reducing false positives when extension methods
|
|
sanitize input internally.
|