Files
codeql/python/ql/test/query-tests/Security/CWE-327/InsecureDefaultProtocol.expected
2019-01-07 15:24:15 +01:00

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. |