mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-20 02:57:12 +03:00
Adds support to URLENCODED_ERROR variable
This commit is contained in:
@@ -53,9 +53,6 @@ class UrlDecode : public Transformation {
|
||||
explicit UrlDecode(std::string action);
|
||||
std::string evaluate(std::string exp,
|
||||
Transaction *transaction) override;
|
||||
|
||||
int urldecode_nonstrict_inplace(unsigned char *input, uint64_t input_len,
|
||||
int *invalid_count, int *changed);
|
||||
};
|
||||
|
||||
} // namespace transformations
|
||||
|
||||
Reference in New Issue
Block a user