mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 09:55:28 +03:00
Actions refactoring: now there is a clear definiation on the action name
This commit is contained in:
@@ -29,7 +29,7 @@ namespace actions {
|
||||
|
||||
class Ver : public Action {
|
||||
public:
|
||||
explicit Ver(std::string action);
|
||||
explicit Ver(std::string action) : Action(action, ConfigurationKind) { }
|
||||
|
||||
bool evaluate(Rule *rule, Transaction *transaction) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user