mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 18:30:35 +03:00
Refactoring: rename evaluate to execute on actions
This commit is contained in:
@@ -317,7 +317,7 @@ int ModSecurity::processContentOffset(const char *content, size_t len,
|
||||
|
||||
t = modsecurity::actions::transformations::Transformation::instantiate(
|
||||
trans.back().str().c_str());
|
||||
varValueRes = t->evaluate(varValue, NULL);
|
||||
varValueRes = t->execute(varValue, NULL);
|
||||
varValue.assign(varValueRes);
|
||||
trans.pop_back();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user