mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
Refactoring: rename evaluate to execute on actions
This commit is contained in:
@@ -32,7 +32,7 @@ class Base64Encode : public Transformation {
|
||||
public:
|
||||
explicit Base64Encode(const std::string &action) : Transformation(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