mirror of https://github.com/CISOfy/lynis.git
Update mod_security module version
Update ModSecurity version. Actual version: 3 Issue #1246
This commit is contained in:
parent
2d16c60da1
commit
6c5ddb9cc2
|
@ -288,7 +288,7 @@
|
|||
Register --test-no HTTP-6643 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Determining existence of specific Apache modules"
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
# Check modules, module
|
||||
if CheckItem "apache_module" "/mod_security2.so"; then
|
||||
if CheckItem "apache_module" "/mod_security(2|3).so" ; then
|
||||
Display --indent 10 --text "ModSecurity: web application firewall" --result "${STATUS_FOUND}" --color GREEN
|
||||
AddHP 3 3
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue