Adds support to the cssDecode transformation

This commit is contained in:
Felipe Zimmerle
2015-08-05 16:47:11 -03:00
parent 1924b4ebca
commit ce298165dd
5 changed files with 168 additions and 11 deletions

View File

@@ -35,6 +35,8 @@ namespace ModSecurity {
double cpu_seconds(void);
int js_decode_nonstrict_inplace(unsigned char *input, int64_t input_len);
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);
} // namespace ModSecurity
#define SRC_UTILS_H_