C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-04-28 10:49:49 +01:00
parent c35cb70c9f
commit 2716c73f87

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The new dataflow (`semmle.code.cpp.dataflow.new.DataFlow`) and taint-tracking libraries (`semmle.code.cpp.dataflow.new.TaintTracking`) now supports tracking flow through static local variables.