mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
Update cpp/ql/src/Likely Bugs/Protocols/UseOfDeprecatedHardcodedProtocol.qhelp
Co-Authored-By: Alistair <54933897+hubwriter@users.noreply.github.com>
This commit is contained in:
@@ -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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user