Merge pull request #8447 from MathiasVP/add-missing-security-severity

C++: Add missing `security-severity` tags
This commit is contained in:
Mathias Vorreiter Pedersen
2022-03-15 11:29:28 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
* @description Non-HTTPS connections can be intercepted by third parties.
* @kind path-problem
* @problem.severity warning
* @security-severity 8.1
* @precision high
* @id cpp/non-https-url
* @tags security

View File

@@ -4,6 +4,7 @@
* allow an attacker to compromise security.
* @kind path-problem
* @problem.severity error
* @security-severity 7.5
* @precision high
* @id cpp/insufficient-key-size
* @tags security