mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
I went with `minorAnalysis` instead of `majorAnalysis`, since I don't think the impact of this change will be major (but that's just my gut feeling).
6 lines
333 B
Markdown
6 lines
333 B
Markdown
---
|
|
category: minorAnalysis
|
|
---
|
|
* Improved analysis of attributes for data-flow and taint tracking queries, so `getattr`/`setattr` are supported, and a write to an attribute properly stops flow for the old value in that attribute.
|
|
* Added post-update nodes (`DataFlow::PostUpdateNode`) for arguments in calls that can't be resolved.
|