Update python/ql/src/Security/CWE-327/InsecureDefaultProtocol.qhelp

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
yoff
2021-03-09 16:44:08 +01:00
committed by GitHub
parent 8b25806a2c
commit dfdf0344de

View File

@@ -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>