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 44d62df commit e0352feCopy full SHA for e0352fe
1 file changed
python/ql/src/Security/CWE-327/InsecureProtocol.qhelp
@@ -32,12 +32,6 @@
32
All cases should be updated to use a secure protocol, such as
33
<code>PROTOCOL_TLSv1_2</code>.
34
</p>
35
- <p>
36
- Note that <code>ssl.wrap_socket</code> has been deprecated in
37
- Python 3.7. A preferred alternative is to use
38
- <code>ssl.SSLContext</code>, which is supported in Python 2.7.9 and
39
- 3.2 and later versions.
40
- </p>
41
<p>
42
Note that <code>ssl.wrap_socket</code> has been deprecated in
43
Python 3.7. The recommended alternatives are:
0 commit comments