mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Fix actions: returning string copy after evaluation
This commit is contained in:
@@ -35,7 +35,7 @@ EscapeSeqDecode::EscapeSeqDecode(std::string action)
|
||||
this->action_kind = 1;
|
||||
}
|
||||
|
||||
std::string& EscapeSeqDecode::evaluate(std::string value,
|
||||
std::string EscapeSeqDecode::evaluate(std::string value,
|
||||
Assay *assay) {
|
||||
/**
|
||||
* @todo Implement the transformation EscapeSeqDecode
|
||||
|
Reference in New Issue
Block a user