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

Co-Authored-By: Alistair <54933897+hubwriter@users.noreply.github.com>
This commit is contained in:
Geoffrey White
2019-11-22 16:21:05 +00:00
committed by GitHub
parent ac1010872b
commit 0c07fa44a1

View File

@@ -12,7 +12,7 @@
</recommendation> </recommendation>
<example> <example>
<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> <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>
<sample src="UseOfDeprecatedHardcodedProtocolBad.cpp"/> <sample src="UseOfDeprecatedHardcodedProtocolBad.cpp"/>
<p>In the corrected example, the <code>tlsv13</code> protocol is used instead.</p> <p>In the corrected example, the <code>tlsv13</code> protocol is used instead.</p>
<sample src="UseOfDeprecatedHardcodedProtocolGood.cpp"/> <sample src="UseOfDeprecatedHardcodedProtocolGood.cpp"/>