Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions change-notes/1.22/analysis-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

| **Query** | **Expected impact** | **Change** |
|----------------------------|------------------------|------------------------------------------------------------------|
| Suspicious pointer scaling (`cpp/suspicious-pointer-scaling`) | Lower precision | The precision of this query has been reduced to "medium". This coding pattern is used intentionally and safely in a number of real-world projects. Results are no longer displayed on LGTM unless you choose to display them. |

## Changes to QL libraries

Expand Down
2 changes: 1 addition & 1 deletion cpp/ql/src/Security/CWE/CWE-468/IncorrectPointerScaling.ql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* can cause buffer overflow conditions.
* @kind problem
* @problem.severity warning
* @precision high
* @precision medium
* @id cpp/suspicious-pointer-scaling
* @tags security
* external/cwe/cwe-468
Expand Down