mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Adds support to the HtmlEntityDecode transformation
This commit is contained in:
@@ -37,6 +37,7 @@ namespace ModSecurity {
|
||||
static unsigned char x2c(unsigned char *what);
|
||||
int css_decode_inplace(unsigned char *input, int64_t input_len);
|
||||
static unsigned char xsingle2c(unsigned char *what);
|
||||
int html_entities_decode_inplace(unsigned char *input, int input_len);
|
||||
} // namespace ModSecurity
|
||||
|
||||
#define SRC_UTILS_H_
|
||||
|
Reference in New Issue
Block a user