mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 01:51:52 +03:00
actions: Removes Rule parameter from runtime execute
This commit is contained in:
@@ -72,8 +72,8 @@ class Action {
|
||||
|
||||
virtual std::string execute(const std::string &exp,
|
||||
Transaction *transaction);
|
||||
virtual bool execute(RuleWithActions *rule,
|
||||
Transaction *transaction);
|
||||
virtual bool execute(Transaction *transaction = nullptr);
|
||||
|
||||
/**
|
||||
* This method is meant to be used by transformations — a particular
|
||||
* type of action.
|
||||
|
||||
Reference in New Issue
Block a user