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:
@@ -31,7 +31,7 @@ namespace transformations {
|
||||
class NormalisePath : public Transformation {
|
||||
public:
|
||||
explicit NormalisePath(std::string action);
|
||||
std::string& evaluate(std::string exp,
|
||||
std::string evaluate(std::string exp,
|
||||
Assay *assay) override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user