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
|
Display --indent 10 --text "- Insecure protocols found" --result "NO" --color GREEN
|
||||||
else
|
else
|
||||||
Display --indent 10 --text "- Insecure protocols found" --result "YES" --color RED
|
Display --indent 10 --text "- Insecure protocols found" --result "YES" --color RED
|
||||||
|
ReportSuggestion "${TEST_NO}" "Disable weak protocol in nginx configuration"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
Display --indent 8 --text "- Protocols configured" --result "NO" --color RED
|
Display --indent 8 --text "- Protocols configured" --result "NO" --color RED
|
||||||
|
|
Loading…
Reference in New Issue