Skip to content

Commit fc26e14

Browse files
authored
Create 2024-04-09-reduce-FP.md
1 parent af2a7ea commit fc26e14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: majorAnalysis
3+
---
4+
* Reduce false positives of `GlobalUseBeforeInit.ql` and `InconsistentNullnessTesting.ql`.
5+
Many global variables that are initialized at declaration will be reported by `GlobalUseBeforeInit.ql`.
6+
When `checked` is in a macro expansion for handling exceptions, it is very likely for `InconsistentNullnessTesting.ql` to report false positives.

0 commit comments

Comments
 (0)