mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
[HTTP-6710] Show suggestion when using a weak protocol
This commit is contained in:
parent
eb0206198a
commit
1825d91c85
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue