Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0352fe

Browse files
committed
Python: remove deprecated section of qhelp file
1 parent 44d62df commit e0352fe

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

python/ql/src/Security/CWE-327/InsecureProtocol.qhelp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@
3232
All cases should be updated to use a secure protocol, such as
3333
<code>PROTOCOL_TLSv1_2</code>.
3434
</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>
4135
<p>
4236
Note that <code>ssl.wrap_socket</code> has been deprecated in
4337
Python 3.7. The recommended alternatives are:

0 commit comments

Comments
 (0)