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
sanitiseMatchedBytes:5/8 => OK
sanitiseMatchedBytes:10/2 => not accepted => sanitizes the whole string
In msre_action_sanitizeMatchedBytes_init(): if (action->param != NULL && strlen(action->param) == 3)
should be if (action->param != NULL && strlen(action->param) >= 3)