CPP: Adjust precisions for the CWE-190 queries.

This commit is contained in:
Geoffrey White
2018-08-31 16:15:53 +01:00
parent 6c5009225c
commit 074894298c
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
* not validated can cause overflows.
* @kind problem
* @problem.severity warning
* @precision medium
* @precision low
* @id cpp/tainted-arithmetic
* @tags security
* external/cwe/cwe-190

View File

@@ -5,6 +5,7 @@
* @kind problem
* @id cpp/integer-overflow-tainted
* @problem.severity warning
* @precision low
* @tags security
* external/cwe/cwe-190
* external/cwe/cwe-197