Update cpp/ql/src/change-notes/2024-09-26-wcharcharconversion-false-positives.md

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Ben Rodes
2024-09-30 11:17:48 -04:00
committed by GitHub
parent 318e75c094
commit 9e9469f3ca

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.