Skip to content

Commit 1a375ec

Browse files
ihsinmegeoffw0
andauthored
Update cpp/ql/src/experimental/Security/CWE/CWE-670/DangerousUseSSL_shutdown.ql
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
1 parent f6ab338 commit 1a375ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-670/DangerousUseSSL_shutdown.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Dangerous use SSL_shutdown.
33
* @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.
44
* @kind problem
5-
* @id cpp/dangerous-use-of-ssl_shutdown
5+
* @id cpp/dangerous-use-of-ssl-shutdown
66
* @problem.severity warning
77
* @precision medium
88
* @tags correctness

0 commit comments

Comments
 (0)