Merge pull request #128 from geoffw0/cwe-190-precision

CPP: Adjust precisions for the CWE-190 queries.
This commit is contained in:
Jonas Jensen
2018-09-04 08:44:38 +02:00
committed by GitHub
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