We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89c52f commit 7337ebdCopy full SHA for 7337ebd
cpp/ql/src/Security/CWE/CWE-319/UseOfHttp.ql
@@ -3,6 +3,7 @@
3
* @description Non-HTTPS connections can be intercepted by third parties.
4
* @kind path-problem
5
* @problem.severity warning
6
+ * @security-severity 8.1
7
* @precision high
8
* @id cpp/non-https-url
9
* @tags security
cpp/ql/src/Security/CWE/CWE-326/InsufficientKeySize.ql
@@ -4,6 +4,7 @@
* allow an attacker to compromise security.
* @problem.severity error
+ * @security-severity 7.5
* @id cpp/insufficient-key-size
10
0 commit comments