mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
C++: Suspicious pointer scaling: @precision medium
This query is not producing good enough results to justify `@precision high`. It's fundamentally looking for a pattern that should correlate with memory management errors, but it doesn't look for the errors themselves.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user