mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Update python/ql/src/Security/CWE-327/InsecureDefaultProtocol.qhelp
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
@@ -55,9 +55,9 @@
|
|||||||
supported in Python 3.4 and later versions.</li>
|
supported in Python 3.4 and later versions.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
Note also that, even using these alternatives, it is recommended to
|
Even when you use these alternatives, you should
|
||||||
ensure that a safe protocol is being used. The following code illustrates
|
ensure that a safe protocol is used. The following code illustrates
|
||||||
how to use either flags (available since Python 3.2) or the `minimum_version`
|
how to use flags (available since Python 3.2) or the `minimum_version`
|
||||||
field (favored since Python 3.7) to restrict the protocols accepted when
|
field (favored since Python 3.7) to restrict the protocols accepted when
|
||||||
creating a connection.
|
creating a connection.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user