Merge pull request #6893 from geoffw0/nullterm

C++: Disable the two null termination queries enabled by 6794.
This commit is contained in:
Mathias Vorreiter Pedersen
2021-10-17 22:14:10 +01:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -5,7 +5,6 @@
* @kind problem
* @id cpp/improper-null-termination
* @problem.severity warning
* @precision medium
* @security-severity 7.8
* @tags security
* external/cwe/cwe-170

View File

@@ -5,7 +5,6 @@
* @kind problem
* @id cpp/user-controlled-null-termination-tainted
* @problem.severity warning
* @precision medium
* @security-severity 10.0
* @tags security
* external/cwe/cwe-170