From 94ba30e765d02ce638e01d731882f8b7086506e2 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 18 Dec 2019 12:04:32 +0100 Subject: [INSE-8050] corrected function call for showing suggestion --- include/tests_insecure_services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tests_insecure_services') diff --git a/include/tests_insecure_services b/include/tests_insecure_services index 5b7d96a5..40cd9cf0 100644 --- a/include/tests_insecure_services +++ b/include/tests_insecure_services @@ -500,7 +500,7 @@ if ${LAUNCHCTL_BINARY} list | ${GREPBINARY} -sq ${ITEM}; then Display --indent 2 --text "- ${ITEM}" --result "${STATUS_NO}" --color RED LogText "Result: found ${ITEM}, which is considered an insecure service" - AddSuggestion "${TEST_NO}" "Consider disabling service ${ITEM}" "launchctl" "-" + ReportSuggestion "${TEST_NO}" "Consider disabling service ${ITEM}" "launchctl" "-" AddHP 0 1 else Display --indent 2 --text "- ${ITEM}" --result "${STATUS_OK}" --color GREEN -- cgit v1.2.3