From 610f70d5aa5a8e5930b7b0329e1e7c8347367f43 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 23 Jun 2020 13:56:13 +0200 Subject: [PATCH] [INSE-8312] corrected text --- include/tests_insecure_services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_insecure_services b/include/tests_insecure_services index 5c8af1fc..d6d87245 100644 --- a/include/tests_insecure_services +++ b/include/tests_insecure_services @@ -385,7 +385,7 @@ if [ ${FOUND} -eq 1 ]; then LogText "Result: telnet server is installed" Display --indent 2 --text "- Installed telnet server package" --result "${STATUS_FOUND}" --color YELLOW - ReportSuggestion "${TEST_NO}" "Removing the ${FOUND} package and replace with SSH when possible" + ReportSuggestion "${TEST_NO}" "Removing the telnet server package and replace with SSH when possible" Report "insecure_service[]=telnet-server" else LogText "Result: telnet server is NOT installed"