mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Merge branch 'python-port-insecure-default-protocol' of github.com:yoff/codeql into python-port-insecure-default-protocol
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