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

Skip to content

Commit 8ea5739

Browse files
author
Robert Marsh
committed
C++: release note for DefaultTaintTracking
1 parent 82f2540 commit 8ea5739

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

change-notes/1.24/analysis-cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ The following changes in version 1.24 affect C/C++ analysis in all applications.
4646
the following improvements:
4747
* The library now models data flow through `strdup` and similar functions.
4848
* The library now models data flow through formatting functions such as `sprintf`.
49+
* The security pack taint tracking library (`semmle.code.cpp.security.TaintTracking`) uses a new intermediate representation. This provides a more precise analysis of pointers to stack variables and flow through parameters, removing false positives and adding true positives in many security queries.

0 commit comments

Comments
 (0)