Skip to content

Commit 9f014be

Browse files
authored
Merge pull request #8447 from MathiasVP/add-missing-security-severity
C++: Add missing `security-severity` tags
2 parents 8acd8ea + 7337ebd commit 9f014be

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cpp/ql/src/Security/CWE/CWE-319/UseOfHttp.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description Non-HTTPS connections can be intercepted by third parties.
44
* @kind path-problem
55
* @problem.severity warning
6+
* @security-severity 8.1
67
* @precision high
78
* @id cpp/non-https-url
89
* @tags security

cpp/ql/src/Security/CWE/CWE-326/InsufficientKeySize.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* allow an attacker to compromise security.
55
* @kind path-problem
66
* @problem.severity error
7+
* @security-severity 7.5
78
* @precision high
89
* @id cpp/insufficient-key-size
910
* @tags security

0 commit comments

Comments
 (0)