Open
Description
The operator validateurlencoding does not handle IIS url encoding "%uXXXX" creating false positives with core ruleset 2.2.9 rule id 950107.
The issue is identified on re_operators.c in the function "static int validate_url_encoding(const char *input, long int input_length)" which does not handle IIS url encoding.