Skip to content

Commit fda531d

Browse files
committed
C++: Add query precision.
1 parent 136fa01 commit fda531d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-190/AllocMultiplicationOverflow.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Using a multiplication result that may overflow in the size of an allocation may lead to buffer overflows when the allocated memory is used.
44
* @kind path-problem
55
* @problem.severity warning
6-
* @precision TODO
6+
* @precision low
77
* @tags security
88
* correctness
99
* external/cwe/cwe-190

0 commit comments

Comments
 (0)