Commit 3e73d5a
committed
Document WAF CrossSiteScripting_BODY false-positive on webhook bodies (ABCA-858)
The CRS CrossSiteScripting_BODY rule blocks any Linear/Jira webhook whose issue
body contains HTML markup (<head>, <meta>, <div>) at the WAF edge with a 403
before the Lambda runs — the task silently never starts and the sender sees an
opaque 403. Live-caught on ABCA-858 (confirmed via API-GW WafFilteredException +
WAF sampled request RuleNameWithinRuleGroup=CrossSiteScripting_BODY).
Leaving XSS protection ON for now (real defense-in-depth) rather than weakening
WAF; documenting the known false-positive inline and tracking a deliberate fix
(considered per-route exclusion + operator alarm) as a backlog item. Comment
only — no behavior change.1 parent 33eb3cd commit 3e73d5a
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
300 | 309 | | |
301 | 310 | | |
302 | 311 | | |
| |||
0 commit comments