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:
authorRafael Grether <95718430+devnull-hub-lab@users.noreply.github.com>2021-12-16 21:41:18 +0300
committerGitHub <noreply@github.com>2021-12-16 21:41:18 +0300
commit6c5ddb9cc295d826ded63b2fa2e25d307cc7839c (patch)
treed348ebd6a65264ec502300caa8eb9fda0e777d85 /include
parent2d16c60da165ddba654ea3cec6a58491fd48532f (diff)
Update mod_security module version
Update ModSecurity version. Actual version: 3 Issue #1246
Diffstat (limited to 'include')
-rw-r--r--include/tests_webservers2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_webservers b/include/tests_webservers
index 6e0a3b3d..e0ca5737 100644
--- a/include/tests_webservers
+++ b/include/tests_webservers
@@ -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