Skip to content

Commit 8b25806

Browse files
committed
Python: Attempt to clarify help
1 parent a16de26 commit 8b25806

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
@@ -39,7 +39,7 @@
3939
</p>
4040
<p>
4141
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
42+
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
4444
the context has been secured (e.g. by setting the value of <code>minimum_version</code>),
4545
then the code should be flagged by the query <code>py/insecure-protocol</code>.

0 commit comments

Comments
 (0)