mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44: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).
333 B
333 B
category
| category |
|---|
| minorAnalysis |
- Improved analysis of attributes for data-flow and taint tracking queries, so
getattr/setattrare 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.