Update python/ql/src/Security/CWE-327/InsecureDefaultProtocol.qhelp

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
yoff
2021-03-09 13:20:19 +01:00
committed by GitHub
parent d5b304ce75
commit b6257edc9e

View File

@@ -17,7 +17,7 @@
and TLS 1.0 and 1.1 are known to be vulnerable to attacks. Using TLS 1.2 or
above is strongly recommended. If no explicit
<code>ssl_version</code> is specified, the default
<code>PROTOCOL_TLS</code> is chosen. This protocol is insecure in that it
<code>PROTOCOL_TLS</code> is chosen. This protocol is insecure because it
allows TLS 1.0 and TLS 1.1 and so should not be used.
</p>