C++: Give the two queries medium precision (for now).

This commit is contained in:
Geoffrey White
2021-10-01 17:04:22 +01:00
parent a62772c274
commit 51188aa93f
2 changed files with 2 additions and 0 deletions

View File

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