Adds support to the HtmlEntityDecode transformation

This commit is contained in:
Felipe Zimmerle
2015-08-05 17:20:53 -03:00
parent ce298165dd
commit 1353403c93
5 changed files with 169 additions and 11 deletions

View File

@@ -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_