Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad8995 commit 6616eb8Copy full SHA for 6616eb8
1 file changed
change-notes/1.23/analysis-cpp.md
@@ -32,6 +32,7 @@ The following changes in version 1.23 affect C/C++ analysis in all applications.
32
33
* The data-flow library in `semmle.code.cpp.dataflow.DataFlow` and
34
`semmle.code.cpp.dataflow.TaintTracking` have had extensive changes:
35
+ * Data flow through fields is now more complete and reliable.
36
* To debug a lack of flow, instead of specifying `isSink(Node n) { any() }`
37
on a configuration to
38
explore the possible flow from a source, it is recommended to use the new
0 commit comments