Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2016-04-27 17:37:32 +0300
committermboelen <michael@cisofy.com>2016-04-27 17:37:32 +0300
commit1825d91c852cf11c4ca52855cd2777a4f20593e3 (patch)
treefc1ae435069d74ee6e78a2bb7ab454eb08185e84 /include/tests_webservers
parenteb0206198a66b1a5d7f29db947523d56dddc151b (diff)
[HTTP-6710] Show suggestion when using a weak protocol
Diffstat (limited to 'include/tests_webservers')
-rw-r--r--include/tests_webservers1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tests_webservers b/include/tests_webservers
index 78a6a360..7d0b3840 100644
--- a/include/tests_webservers
+++ b/include/tests_webservers
@@ -509,6 +509,7 @@
Display --indent 10 --text "- Insecure protocols found" --result "NO" --color GREEN
else
Display --indent 10 --text "- Insecure protocols found" --result "YES" --color RED
+ ReportSuggestion "${TEST_NO}" "Disable weak protocol in nginx configuration"
fi
else
Display --indent 8 --text "- Protocols configured" --result "NO" --color RED