Skip to content

Commit 51188aa

Browse files
committed
C++: Give the two queries medium precision (for now).
1 parent a62772c commit 51188aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cpp/ql/src/Likely Bugs/Memory Management/ImproperNullTermination.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/improper-null-termination
77
* @problem.severity warning
8+
* @precision medium
89
* @security-severity 7.8
910
* @tags security
1011
* external/cwe/cwe-170

cpp/ql/src/Security/CWE/CWE-170/ImproperNullTerminationTainted.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/user-controlled-null-termination-tainted
77
* @problem.severity warning
8+
* @precision medium
89
* @security-severity 10.0
910
* @tags security
1011
* external/cwe/cwe-170

0 commit comments

Comments
 (0)