C++: Change note.

This commit is contained in:
Geoffrey White
2020-05-14 18:44:06 +01:00
parent df5e16c45d
commit 6579c71866

View File

@@ -17,3 +17,4 @@ The following changes in version 1.25 affect C/C++ analysis in all applications.
## Changes to libraries
* The security pack taint tracking library (`semmle.code.cpp.security.TaintTracking`) now considers that equality checks may block the flow of taint. This results in fewer false positive results from queries that use this library.