Python: Add change note

This commit is contained in:
Napalys Klicius
2025-08-11 09:42:44 +00:00
parent e82fe9d919
commit 431fc8880e

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Data flow tracking through global variables now supports nested field access patterns such as `global_var.obj.field`. This improves the precision of taint tracking analysis when data flows through complex global variable structures.