Merge branch 'python-port-insecure-default-protocol' of github.com:yoff/codeql into python-port-insecure-default-protocol

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-03-10 15:59:13 +01:00

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>