Skip to content

Commit 14a1aa0

Browse files
committed
Python: Add change-note
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).
1 parent b2ce0fc commit 14a1aa0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* 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.
5+
* Added post-update nodes (`DataFlow::PostUpdateNode`) for arguments in calls that can't be resolved.

0 commit comments

Comments
 (0)