Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6616eb8

Browse files
committed
C++: Mention flow through fields
1 parent 4ad8995 commit 6616eb8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

change-notes/1.23/analysis-cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The following changes in version 1.23 affect C/C++ analysis in all applications.
3232

3333
* The data-flow library in `semmle.code.cpp.dataflow.DataFlow` and
3434
`semmle.code.cpp.dataflow.TaintTracking` have had extensive changes:
35+
* Data flow through fields is now more complete and reliable.
3536
* To debug a lack of flow, instead of specifying `isSink(Node n) { any() }`
3637
on a configuration to
3738
explore the possible flow from a source, it is recommended to use the new

0 commit comments

Comments
 (0)