Skip to content

Commit 0c07fa4

Browse files
geoffw0hubwriter
andauthored
Update cpp/ql/src/Likely Bugs/Protocols/UseOfDeprecatedHardcodedProtocol.qhelp
Co-Authored-By: Alistair <54933897+hubwriter@users.noreply.github.com>
1 parent ac10108 commit 0c07fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Protocols/UseOfDeprecatedHardcodedProtocol.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</recommendation>
1313

1414
<example>
15-
<p>In the following example, the <code>sslv2</code> protocol is specified. This protocol is out-of-date and its use is not recommended.</p>
15+
<p>In the following example, the <code>sslv2</code> protocol is specified. This protocol is out of date and its use is not recommended.</p>
1616
<sample src="UseOfDeprecatedHardcodedProtocolBad.cpp"/>
1717
<p>In the corrected example, the <code>tlsv13</code> protocol is used instead.</p>
1818
<sample src="UseOfDeprecatedHardcodedProtocolGood.cpp"/>

0 commit comments

Comments
 (0)