Skip to content

Commit 2f7ec49

Browse files
authored
Merge pull request github#3238 from MathiasVP/TlsSettingsMisconfiguration-id-no-underscores
C++: Replace underscores with dashes in query @id
2 parents 404f722 + 0c5bca8 commit 2f7ec49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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-
* @id cpp/boost/tls_settings_misconfiguration
6+
* @id cpp/boost/tls-settings-misconfiguration
77
* @tags security
88
*/
99

0 commit comments

Comments
 (0)