Skip to content

Commit dfdf034

Browse files
yofffelicitymay
andauthored
Update python/ql/src/Security/CWE-327/InsecureDefaultProtocol.qhelp
Co-authored-by: Felicity Chapman <[email protected]>
1 parent 8b25806 commit dfdf034

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)