mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Update python/ql/src/Security/CWE-327/InsecureDefaultProtocol.qhelp
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
The latter example can also be made secure by modifying the created
|
||||
context before it is used to create a connection. Therefore it will not be
|
||||
flagged by this query. However, if a connection is created before
|
||||
the context has been secured (e.g. by setting the value of <code>minimum_version</code>),
|
||||
the context has been secured (for example, by setting the value of <code>minimum_version</code>),
|
||||
then the code should be flagged by the query <code>py/insecure-protocol</code>.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user