mirror of https://github.com/CISOfy/lynis.git
Typos corrected
This commit is contained in:
parent
3cda4cf562
commit
7f97bfa973
|
@ -304,7 +304,7 @@
|
|||
FIND=`${ZYPPERBINARY} lp | ${AWKBINARY} '{ if ($7=="security") { if ($11=="update") { print $13 } else { print $11 } } }' | sed 's/:$//' | grep -v "^$" | sort | uniq`
|
||||
if [ "${FIND}" = "" ]; then
|
||||
logtext "Result: No security updates found with Zypper"
|
||||
Display --indent 2 --text "- Using Zypper to obtain vulnerabile packages" --result NONE --color GREEN
|
||||
Display --indent 2 --text "- Using Zypper to obtain vulnerable packages" --result NONE --color GREEN
|
||||
else
|
||||
Display --indent 2 --text "- Using Zypper to obtain vulnerabilities" --result WARNING --color RED
|
||||
logtext "Result: Zypper found one or more installed packages which are vulnerable."
|
||||
|
@ -510,7 +510,7 @@
|
|||
FIND=`/usr/local/sbin/portaudit | grep 'problem(s) in your installed packages found' | grep -v '0 problem(s) in your installed packages found'`
|
||||
if [ "${FIND}" = "" ]; then
|
||||
logtext "Result: Portaudit results are clean"
|
||||
Display --indent 2 --text "- Checking portaudit to obtain vulnerabile packages" --result NONE --color GREEN
|
||||
Display --indent 2 --text "- Checking portaudit to obtain vulnerable packages" --result NONE --color GREEN
|
||||
else
|
||||
Display --indent 2 --text "- Checking portaudit to obtain vulnerabilities" --result WARNING --color RED
|
||||
logtext "Result: Portaudit found one or more installed packages which are vulnerable."
|
||||
|
|
Loading…
Reference in New Issue