C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-08-11 11:28:53 +02:00
parent fca49dde92
commit c8eb1cf826

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Improved dataflow through global variables in the new dataflow library (`semmle.code.cpp.dataflow.new.DataFlow` and `semmle.code.cpp.dataflow.new.TaintTracking`). Queries based on these libraries will produce more results on codebases with many global variables.