C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-08-19 13:50:03 +02:00
parent 0631bd7466
commit 02bf923f7e

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The new dataflow/taint-tracking library (`semmle.code.cpp.dataflow.new.DataFlow` and `semmle.code.cpp.dataflow.new.TaintTracking`) now resolves virtual function calls more precisely. This results in fewer false positives when running dataflow/taint-tracking queries on C++ projects.