From 1a375ec6532b446b208c6396eacaa39621167b64 Mon Sep 17 00:00:00 2001 From: ihsinme Date: Mon, 16 May 2022 19:55:33 +0300 Subject: [PATCH] Update cpp/ql/src/experimental/Security/CWE/CWE-670/DangerousUseSSL_shutdown.ql Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com> --- .../Security/CWE/CWE-670/DangerousUseSSL_shutdown.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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