mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 01:51:52 +03:00
Refactoring: rename evaluate to execute on actions
This commit is contained in:
@@ -30,10 +30,9 @@ namespace transformations {
|
||||
|
||||
class NormalisePath : public Transformation {
|
||||
public:
|
||||
|
||||
explicit NormalisePath(const std::string &action);
|
||||
|
||||
std::string evaluate(const std::string &exp,
|
||||
std::string execute(const std::string &exp,
|
||||
Transaction *transaction) override;
|
||||
|
||||
static int normalize_path_inplace(unsigned char *input, int input_len,
|
||||
|
||||
Reference in New Issue
Block a user