Skip to content

Commit 34f8653

Browse files
author
Robert Marsh
committed
C++: change note for taint def-by-ref
1 parent 262f724 commit 34f8653

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

change-notes/1.21/analysis-cpp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@
2424
| Wrong type of arguments to formatting function (`cpp/wrong-type-format-argument`) | Fewer false positive results | Non-standard uses of %L are now understood. |
2525

2626
## Changes to QL libraries
27+
- Additional support for definition by reference has been added to the `semmle.code.cpp.dataflow.TaintTracking` library.
28+
- The taint tracking library now includes taint-specific edges for functions modeled in `semmle.code.cpp.models.interfaces.DataFlow`.
29+
- The taint tracking library adds flow through library functions that are modeled in `semmle.code.cpp.models.interfaces.Taint`. Queries can add subclasses of `TaintFunction` to specify additional flow.

0 commit comments

Comments
 (0)