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:
@@ -31,7 +31,7 @@ namespace actions {
|
||||
namespace transformations {
|
||||
|
||||
|
||||
std::string Md5::evaluate(const std::string &value,
|
||||
std::string Md5::execute(const std::string &value,
|
||||
Transaction *transaction) {
|
||||
std::string ret = Utils::Md5::digest(value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user