Highlights
Reflected XSS: 3 prior fixes. Scrutinize any change in this area.
(SecureCallWebhookJob: most-fixed (2 issues). Treat as high-risk during review.
8 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
IDOR: Multiple resource-fetch operations by ID lacked event/account scoping, allowing cross-tenant access.
SSRF: Webhook dispatch to attacker-controlled URLs could reach internal addresses; fixed via revalidation, DNS pinning, redirect checks, IPv6 decoding.
Stored XSS: User-controlled HTML descriptions, email bodies, and settings fields were stored without sanitization, leading to stored XSS.