mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
3 lines
371 B
Plaintext
3 lines
371 B
Plaintext
| InsecureProtocol.py:41:1:41:17 | ControlFlowNode for Attribute() | Call to deprecated method ssl.wrap_socket does not specify a protocol, which may result in an insecure default being used. |
|
|
| InsecureProtocol.py:42:11:42:22 | ControlFlowNode for SSLContext() | Call to ssl.SSLContext does not specify a protocol, which may result in an insecure default being used. |
|