Skip to content

Commit 9ac5018

Browse files
committed
Add a few more insecure versions
1 parent 1af503a commit 9ac5018

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/ql/src/Security/CWE-327/InsecureProtocol.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ string insecure_version_name() {
2828
// For the `ssl` module
2929
result = "PROTOCOL_SSLv2" or
3030
result = "PROTOCOL_SSLv3" or
31+
result = "PROTOCOL_SSLv23" or
32+
result = "PROTOCOL_TLS" or
3133
result = "PROTOCOL_TLSv1"
3234
}
3335

0 commit comments

Comments
 (0)