mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 17:41:52 +03:00
Refactoring: rename evaluate to execute on actions
This commit is contained in:
@@ -70,7 +70,7 @@ namespace actions {
|
||||
namespace transformations {
|
||||
|
||||
|
||||
std::string Transformation::evaluate(const std::string &value,
|
||||
std::string Transformation::execute(const std::string &value,
|
||||
Transaction *transaction) {
|
||||
return value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user