Adds support to the transformation normalisePathWin

This commit is contained in:
Felipe Zimmerle
2015-08-05 17:32:15 -03:00
parent 1353403c93
commit 62d004cf04
5 changed files with 187 additions and 13 deletions

View File

@@ -38,6 +38,8 @@ namespace ModSecurity {
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);
int normalize_path_inplace(unsigned char *input, int input_len,
int win, int *changed);
} // namespace ModSecurity
#define SRC_UTILS_H_