mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 09:31:53 +03:00
Fix actions: returning string copy after evaluation
This commit is contained in:
@@ -72,7 +72,7 @@ Transformation::Transformation(std::string action)
|
||||
this->action_kind = 1;
|
||||
}
|
||||
|
||||
std::string &Transformation::evaluate(std::string value,
|
||||
std::string Transformation::evaluate(std::string value,
|
||||
Assay *assay) {
|
||||
return value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user