Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d0724 commit 1065716Copy full SHA for 1065716
1 file changed
python/ql/src/Security/CWE-327/InsecureDefaultProtocol.qhelp
@@ -38,11 +38,13 @@
38
</p>
39
<p>
40
Note that <code>ssl.wrap_socket</code> has been deprecated in
41
- Python 3.7. A preferred alternative is to use
42
- <code>ssl.SSLContext</code>, which is supported in Python 2.7.9 and
43
- 3.2 and later versions or the convenience function
44
- <code>ssl.create_default_context</code>, which is supported in Python
45
- 3.4 and later versions.
+ Python 3.7. The recommended alternatives are:
+ <ul>
+ <li><code>ssl.SSLContext</code> - supported in Python 2.7.9,
+ 3.2, and later versions</li>
+ <li><code>ssl.create_default_context</code> - a convenience function,
46
+ supported in Python 3.4 and later versions.</li>
47
+ </ul>
48
49
</example>
50
0 commit comments