mirror of https://github.com/CISOfy/lynis.git
[HTTP-6710] Show suggestion when using a weak protocol
This commit is contained in:
parent
eb0206198a
commit
1825d91c85
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue