We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b304c commit b6257edCopy full SHA for b6257ed
python/ql/src/Security/CWE-327/InsecureDefaultProtocol.qhelp
@@ -17,7 +17,7 @@
17
and TLS 1.0 and 1.1 are known to be vulnerable to attacks. Using TLS 1.2 or
18
above is strongly recommended. If no explicit
19
<code>ssl_version</code> is specified, the default
20
- <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
21
allows TLS 1.0 and TLS 1.1 and so should not be used.
22
</p>
23
0 commit comments