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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-10 08:24:10 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-10 08:24:10 +0300
commitf9b2993f355c84497c24d709ea2c4f955510cbe0 (patch)
treef9a2da4d89483cb95f138b1855c1758a03e00648 /include/tests_shells
parentfc2d9b935ccd66a8c2e76150400b891647fdf4a4 (diff)
Removed unneeded field
Diffstat (limited to 'include/tests_shells')
-rw-r--r--include/tests_shells2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_shells b/include/tests_shells
index 936ed77b..4b8c3050 100644
--- a/include/tests_shells
+++ b/include/tests_shells
@@ -392,7 +392,7 @@
fi
if [ ${FOUND} -eq 1 ]; then
- ReportWarning ${TEST_NO} "H" "System vulnerable to Shellshock (bash)"
+ ReportWarning ${TEST_NO} "System vulnerable to Shellshock (bash)"
AddHP 0 25
else
AddHP 5 5