Skip to content

Commit 0c5bca8

Browse files
committed
C++: Replace underscores with dashes in query @id
1 parent 404f722 commit 0c5bca8

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)