mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Create 2024-04-09-reduce-FP.md
This commit is contained in:
6
cpp/ql/src/change-notes/released/2024-04-09-reduce-FP.md
Normal file
6
cpp/ql/src/change-notes/released/2024-04-09-reduce-FP.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: majorAnalysis
|
||||
---
|
||||
* Reduce false positives of `GlobalUseBeforeInit.ql` and `InconsistentNullnessTesting.ql`.
|
||||
Many global variables that are initialized at declaration will be reported by `GlobalUseBeforeInit.ql`.
|
||||
When `checked` is in a macro expansion for handling exceptions, it is very likely for `InconsistentNullnessTesting.ql` to report false positives.
|
||||
Reference in New Issue
Block a user