Skip to content

Commit af6a21f

Browse files
authored
Merge pull request github#6893 from geoffw0/nullterm
C++: Disable the two null termination queries enabled by 6794.
2 parents b2e4276 + f38dade commit af6a21f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cpp/ql/src/Likely Bugs/Memory Management/ImproperNullTermination.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* @kind problem
66
* @id cpp/improper-null-termination
77
* @problem.severity warning
8-
* @precision medium
98
* @security-severity 7.8
109
* @tags security
1110
* external/cwe/cwe-170

cpp/ql/src/Security/CWE/CWE-170/ImproperNullTerminationTainted.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* @kind problem
66
* @id cpp/user-controlled-null-termination-tainted
77
* @problem.severity warning
8-
* @precision medium
98
* @security-severity 10.0
109
* @tags security
1110
* external/cwe/cwe-170

0 commit comments

Comments
 (0)