Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164b383 commit 2b25731Copy full SHA for 2b25731
1 file changed
python/ql/test/query-tests/Security/CWE-327/InsecureProtocol.py
@@ -28,7 +28,7 @@
28
SSLContext(protocol=ssl.PROTOCOL_TLSv1_2)
29
SSL.Context(SSL.TLSv1_2_METHOD)
30
31
-# possibly secure versions specified
+# insecure versions allowed by specified range
32
SSLContext(protocol=ssl.PROTOCOL_SSLv23)
33
SSLContext(protocol=ssl.PROTOCOL_TLS)
34
SSLContext(protocol=ssl.PROTOCOL_TLS_CLIENT)
0 commit comments