Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-03-25 17:55:29 +0300
committermboelen <michael@cisofy.com>2015-03-25 17:55:29 +0300
commit7f97bfa97341e08d98daebb60149d2b1d78a8462 (patch)
tree612def778fb6d08ab0556feff90d5273d69b4f9e
parent3cda4cf56249cca49115aa345b53d5be2cee1368 (diff)
Typos corrected
-rw-r--r--include/tests_ports_packages4
1 files changed, 2 insertions, 2 deletions
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."