mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Merge 2.5.x changes into trunk.
This commit is contained in:
@@ -2120,6 +2120,7 @@ void msre_engine_register_default_actions(msre_engine *engine) {
|
||||
);
|
||||
|
||||
/* phase */
|
||||
/* ENH: This should be ACTION_NON_DISRUPTIVE or ACTION_FLOW??? */
|
||||
msre_engine_action_register(engine,
|
||||
"phase",
|
||||
ACTION_DISRUPTIVE,
|
||||
@@ -2354,6 +2355,7 @@ void msre_engine_register_default_actions(msre_engine *engine) {
|
||||
);
|
||||
|
||||
/* tag */
|
||||
/* ENH: This should be ACTION_METADATA??? */
|
||||
msre_engine_action_register(engine,
|
||||
"tag",
|
||||
ACTION_NON_DISRUPTIVE,
|
||||
|
Reference in New Issue
Block a user