Skip to content

Commit fe975f2

Browse files
committed
Merge branch 'python-port-insecure-default-protocol' of github.com:yoff/codeql into python-port-insecure-default-protocol
2 parents e726ff4 + dfdf034 commit fe975f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
The latter example can also be made secure by modifying the created
4242
context before it is used to create a connection. Therefore it will not be
4343
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>),
44+
the context has been secured (for example, by setting the value of <code>minimum_version</code>),
4545
then the code should be flagged by the query <code>py/insecure-protocol</code>.
4646
</p>
4747
<p>

0 commit comments

Comments
 (0)