Merge branch 'brodes/wcharcharconversion_false_positives_upstream5' of https://github.com/microsoft/codeql into brodes/wcharcharconversion_false_positives_upstream5

This commit is contained in:
REDMOND\brodes
2024-09-30 11:20:20 -04:00

View File

@@ -1,5 +1,5 @@
---
category: minorAnalysis
---
* Removed false positives caused by failure to detect byte arrays
* Removed false positives caused by failure to recognize dynamic checks prior to possible dangerous widening
* The `cpp/incorrect-string-type-conversion` query now produces fewer false positives caused by failure to detect byte arrays.
* The `cpp/incorrect-string-type-conversion` query now produces fewer false positives caused by failure to recognize dynamic checks prior to possible dangerous widening.