mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-01 22:25:45 +03:00
Refactoring: rename evaluate to execute on actions
This commit is contained in:
@@ -34,7 +34,7 @@ class UpperCase : public Transformation {
|
||||
public:
|
||||
explicit UpperCase(const std::string &action) ;
|
||||
|
||||
std::string evaluate(const std::string &exp,
|
||||
std::string execute(const std::string &exp,
|
||||
Transaction *transaction) override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user