We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78f5be0 + 0748942 commit adc5ee8Copy full SHA for adc5ee8
cpp/ql/src/Security/CWE/CWE-190/ArithmeticTainted.ql
@@ -4,7 +4,7 @@
4
* not validated can cause overflows.
5
* @kind problem
6
* @problem.severity warning
7
- * @precision medium
+ * @precision low
8
* @id cpp/tainted-arithmetic
9
* @tags security
10
* external/cwe/cwe-190
cpp/ql/src/Security/CWE/CWE-190/IntegerOverflowTainted.ql
@@ -5,6 +5,7 @@
* @id cpp/integer-overflow-tainted
11
* external/cwe/cwe-197
0 commit comments