We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb20d5 commit e90a133Copy full SHA for e90a133
change_notes/2024-10-20-8-13-fixes.md
@@ -0,0 +1,5 @@
1
+ - `RULE-8-13` - `PointerShouldPointToConstTypeWhenPossible.ql`
2
+ - Exclude false positives where a variable occurs in a file compiled multiple times, but where it may only be const in some of those scenarios.
3
+ - Exclude results for local scope variables in functions that use assembly code, as CodeQL cannot determine the impact of the assembly.
4
+ - Exclude false positives when an assignment is made to a struct field.
5
+ - Exclude false positives where the object pointed to by the variable is modified using `*p++ = ...`.
0 commit comments