diff --git a/include/tests_ports_packages b/include/tests_ports_packages index 42723a6c..c3b729a4 100644 --- a/include/tests_ports_packages +++ b/include/tests_ports_packages @@ -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."