Skip to content

Commit 3043ac8

Browse files
committed
C++: Update security-severity tags.
1 parent eccba57 commit 3043ac8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cpp/ql/src/Likely Bugs/Protocols/TlsSettingsMisconfiguration.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description Using the TLS or SSLv23 protocol from the boost::asio library, but not disabling deprecated protocols, or disabling minimum-recommended protocols.
44
* @kind problem
55
* @problem.severity error
6+
* @security-severity 7.5
67
* @id cpp/boost/tls-settings-misconfiguration
78
* @tags security
89
* external/cwe/cwe-326

cpp/ql/src/Likely Bugs/Protocols/UseOfDeprecatedHardcodedProtocol.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description Using a deprecated hard-coded protocol using the boost::asio library.
44
* @kind problem
55
* @problem.severity error
6+
* @security-severity 7.5
67
* @id cpp/boost/use-of-deprecated-hardcoded-security-protocol
78
* @tags security
89
* external/cwe/cwe-327

0 commit comments

Comments
 (0)