mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
Refactoring: rename evaluate to execute on actions
This commit is contained in:
@@ -34,7 +34,7 @@ namespace actions {
|
||||
namespace transformations {
|
||||
|
||||
|
||||
std::string CssDecode::evaluate(const std::string &value,
|
||||
std::string CssDecode::execute(const std::string &value,
|
||||
Transaction *transaction) {
|
||||
|
||||
char *tmp = reinterpret_cast<char *>(
|
||||
|
||||
Reference in New Issue
Block a user