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:
Jonas Jensen
2019-06-04 20:04:53 -07:00
parent 58285c08dd
commit cf96035d8c
2 changed files with 2 additions and 1 deletions

View File

@@ -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