Skip to content

Commit 88784fb

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
supported in Python 3.4 and later versions.</li>
5656
</ul>
5757
<p>
58-
Note also that, even using these alternatives, it is recommended to
59-
ensure that a safe protocol is being used. The following code illustrates
60-
how to use either flags (available since Python 3.2) or the `minimum_version`
58+
Even when you use these alternatives, you should
59+
ensure that a safe protocol is used. The following code illustrates
60+
how to use flags (available since Python 3.2) or the `minimum_version`
6161
field (favored since Python 3.7) to restrict the protocols accepted when
6262
creating a connection.
6363
</p>

0 commit comments

Comments
 (0)