C++: Add missing 'security-severity' tags.

This commit is contained in:
Mathias Vorreiter Pedersen
2022-03-15 10:54:36 +00:00
parent d89c52f4b0
commit 7337ebd569
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