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:20:54 +00:00
committed by GitHub
parent e274e01432
commit ac1010872b

View File

@@ -4,7 +4,7 @@
<qhelp> <qhelp>
<overview> <overview>
<p>Using boost::asio library but specifying a deprecated hardcoded protocol.</p> <p>Using boost::asio library but specifying a deprecated hardcoded protocol.</p>
<p>Using a deprecated hardcoded protocol instead of negotiating would lock your application to a protocol that has known vulnerabilities or weaknesses.</p> <p>Using a deprecated hard-coded protocol instead of negotiating will lock your application to a protocol that has known vulnerabilities or weaknesses.</p>
</overview> </overview>
<recommendation> <recommendation>
@@ -24,4 +24,3 @@
</li> </li>
</references> </references>
</qhelp> </qhelp>