From 0c07fa44a162faa8ceed9ed2bf5bfccc0c0bcbc2 Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Fri, 22 Nov 2019 16:21:05 +0000 Subject: [PATCH] Update cpp/ql/src/Likely Bugs/Protocols/UseOfDeprecatedHardcodedProtocol.qhelp Co-Authored-By: Alistair <54933897+hubwriter@users.noreply.github.com> --- .../Protocols/UseOfDeprecatedHardcodedProtocol.qhelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/src/Likely Bugs/Protocols/UseOfDeprecatedHardcodedProtocol.qhelp b/cpp/ql/src/Likely Bugs/Protocols/UseOfDeprecatedHardcodedProtocol.qhelp index 53412195572..8fe51fe5a92 100644 --- a/cpp/ql/src/Likely Bugs/Protocols/UseOfDeprecatedHardcodedProtocol.qhelp +++ b/cpp/ql/src/Likely Bugs/Protocols/UseOfDeprecatedHardcodedProtocol.qhelp @@ -12,7 +12,7 @@ -

In the following example, the sslv2 protocol is specified. This protocol is out-of-date and its use is not recommended.

+

In the following example, the sslv2 protocol is specified. This protocol is out of date and its use is not recommended.

In the corrected example, the tlsv13 protocol is used instead.