You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.