mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Add a few more insecure versions
This commit is contained in:
@@ -28,6 +28,8 @@ string insecure_version_name() {
|
||||
// For the `ssl` module
|
||||
result = "PROTOCOL_SSLv2" or
|
||||
result = "PROTOCOL_SSLv3" or
|
||||
result = "PROTOCOL_SSLv23" or
|
||||
result = "PROTOCOL_TLS" or
|
||||
result = "PROTOCOL_TLSv1"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user