Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b25731

Browse files
committed
Python: more precise comment
1 parent 164b383 commit 2b25731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/test/query-tests/Security/CWE-327/InsecureProtocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
SSLContext(protocol=ssl.PROTOCOL_TLSv1_2)
2929
SSL.Context(SSL.TLSv1_2_METHOD)
3030

31-
# possibly secure versions specified
31+
# insecure versions allowed by specified range
3232
SSLContext(protocol=ssl.PROTOCOL_SSLv23)
3333
SSLContext(protocol=ssl.PROTOCOL_TLS)
3434
SSLContext(protocol=ssl.PROTOCOL_TLS_CLIENT)

0 commit comments

Comments
 (0)