Skip to content

Commit e90a133

Browse files
committed
Add change note.
1 parent ccb20d5 commit e90a133

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

change_notes/2024-10-20-8-13-fixes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)