Skip to content

Commit 7dbda22

Browse files
committed
CPP: Update change note.
1 parent 3c41ed5 commit 7dbda22

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

change-notes/1.24/analysis-cpp.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ The following changes in version 1.24 affect C/C++ analysis in all applications.
3535
about the _name or scope_ of variables should remain unchanged.
3636
* The `LocalScopeVariableReachability` library is deprecated in favor of
3737
`StackVariableReachability`. The functionality is the same.
38-
* The data flow library (`semmle.code.cpp.dataflow.DataFlow`) has had the
39-
following improvements, all of which benefit the taint tracking library
40-
(`semmle.code.cpp.dataflow.TaintTracking`) as well.
38+
* The taint tracking library (`semmle.code.cpp.dataflow.TaintTracking`) has had
39+
the following improvements:
4140
* The library now models data flow through `strdup` and similar functions.
4241

0 commit comments

Comments
 (0)