mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 10:44:25 +03:00
Fix pass action behaviour: now only ingore actions within the same rule
More details on issue #1152
This commit is contained in:
@@ -26,7 +26,6 @@ namespace actions {
|
||||
|
||||
|
||||
bool Pass::evaluate(Rule *rule, Transaction *transaction) {
|
||||
transaction->m_actions.clear();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user