Why hyphenated WordPress slugs trip the OWASP CRS on your WAF (and how to exclude the parameter)
The OCI WAF blocked 13 requests in 24h — 11 were false positives. They were Next.js revalidation calls with ?slug=long-hyphenated-values, which the OWASP Core Rule Set read as SQL injection. The fix: exclude the slug parameter across all 141 capabilities.
Read article






















