Merge pull request #3479 from geoffw0/fp2762

C++: Allow equality to block taint (security taint tracking)
This commit is contained in:
Jonas Jensen
2020-05-25 15:11:10 +02:00
committed by GitHub
6 changed files with 156 additions and 2 deletions

View File

@@ -39,3 +39,5 @@ The following changes in version 1.25 affect C/C++ analysis in all applications.
}
};
```
* 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.