Add change note

This commit is contained in:
Owen Mansel-Chan
2026-05-28 11:37:54 +01:00
parent 80c6f082d1
commit 812e8e6b34

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Python taint tracking is now more precise for values flowing through container contents, such as list, set, tuple, and dictionary elements. This may remove some false positive alerts.