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
Thanks for posting this filter; it has been useful.
I had several Wordpress users blocked due to false positives, which I traced to the following line. To resolve the problem I changed the following line to add spaces around the keywords; real sql attempts must have spaces around words such as 'update' and 'set'. The following is one long line.
Thanks for posting this filter; it has been useful.
I had several Wordpress users blocked due to false positives, which I traced to the following line. To resolve the problem I changed the following line to add spaces around the keywords; real sql attempts must have spaces around words such as 'update' and 'set'. The following is one long line.
sqlfragments_generic = select(+|%%20).(+|%%20)from|delete(+|%%20).(+|%%20)from|update(+|%%20).(+|%%20)set|insert(+|%%20).(+|%%20)into|replace(+|%%20).*(+|%%20)(value|set)
The text was updated successfully, but these errors were encountered: