We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16de26 commit 8b25806Copy full SHA for 8b25806
python/ql/src/Security/CWE-327/InsecureDefaultProtocol.qhelp
@@ -39,7 +39,7 @@
39
</p>
40
<p>
41
The latter example can also be made secure by modifying the created
42
- context before it is used to create a connection and so will not be
+ context before it is used to create a connection. Therefore it will not be
43
flagged by this query. However, if a connection is created before
44
the context has been secured (e.g. by setting the value of <code>minimum_version</code>),
45
then the code should be flagged by the query <code>py/insecure-protocol</code>.
0 commit comments