diff --git a/cpp/ql/src/experimental/Security/CWE/CWE-670/DangerousUseSSL_shutdown.ql b/cpp/ql/src/experimental/Security/CWE/CWE-670/DangerousUseSSL_shutdown.ql index 548fc0d3748..d608fd5a7ed 100644 --- a/cpp/ql/src/experimental/Security/CWE/CWE-670/DangerousUseSSL_shutdown.ql +++ b/cpp/ql/src/experimental/Security/CWE/CWE-670/DangerousUseSSL_shutdown.ql @@ -2,7 +2,7 @@ * @name Dangerous use SSL_shutdown. * @description Incorrect closing of the connection leads to the creation of different states for the server and client, which can be exploited by an attacker. * @kind problem - * @id cpp/dangerous-use-of-ssl_shutdown + * @id cpp/dangerous-use-of-ssl-shutdown * @problem.severity warning * @precision medium * @tags correctness