mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Adds support for the exec action
This commit is contained in:
@@ -121,6 +121,7 @@ ACTIONS = \
|
||||
actions/disruptive/deny.cc \
|
||||
actions/disruptive/redirect.cc \
|
||||
actions/disruptive/pass.cc \
|
||||
actions/exec.cc \
|
||||
actions/init_col.cc \
|
||||
actions/log.cc \
|
||||
actions/log_data.cc \
|
||||
@@ -273,6 +274,7 @@ libmodsecurity_la_SOURCES = \
|
||||
macro_expansion.cc \
|
||||
rule.cc \
|
||||
rule_message.cc \
|
||||
rule_script.cc \
|
||||
unique_id.cc \
|
||||
rules_exceptions.cc \
|
||||
${BODY_PROCESSORS} \
|
||||
|
Reference in New Issue
Block a user