We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef47563 commit f4aba14Copy full SHA for f4aba14
change-notes/1.24/analysis-cpp.md
@@ -35,3 +35,8 @@ The following changes in version 1.24 affect C/C++ analysis in all applications.
35
about the _name or scope_ of variables should remain unchanged.
36
* The `LocalScopeVariableReachability` library is deprecated in favor of
37
`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.
41
+ * The library now models data flow through `strdup` and similar functions.
42
+
0 commit comments