Skip to content

Commit adc5ee8

Browse files
authored
Merge pull request #128 from geoffw0/cwe-190-precision
CPP: Adjust precisions for the CWE-190 queries.
2 parents 78f5be0 + 0748942 commit adc5ee8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cpp/ql/src/Security/CWE/CWE-190/ArithmeticTainted.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* not validated can cause overflows.
55
* @kind problem
66
* @problem.severity warning
7-
* @precision medium
7+
* @precision low
88
* @id cpp/tainted-arithmetic
99
* @tags security
1010
* external/cwe/cwe-190

cpp/ql/src/Security/CWE/CWE-190/IntegerOverflowTainted.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @kind problem
66
* @id cpp/integer-overflow-tainted
77
* @problem.severity warning
8+
* @precision low
89
* @tags security
910
* external/cwe/cwe-190
1011
* external/cwe/cwe-197

0 commit comments

Comments
 (0)