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.
<ul>
<p>
1 parent bf3e5fc commit 1929880Copy full SHA for 1929880
1 file changed
python/ql/src/Security/CWE-327/InsecureDefaultProtocol.qhelp
@@ -39,13 +39,13 @@
39
40
Note that <code>ssl.wrap_socket</code> has been deprecated in
41
Python 3.7. The recommended alternatives are:
42
- <ul>
43
- <li><code>ssl.SSLContext</code> - supported in Python 2.7.9,
44
- 3.2, and later versions</li>
45
- <li><code>ssl.create_default_context</code> - a convenience function,
46
- supported in Python 3.4 and later versions.</li>
47
- </ul>
48
</p>
+ <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,
+ supported in Python 3.4 and later versions.</li>
+ </ul>
49
</example>
50
51
<references>
0 commit comments