Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
src/Components/RichEditor/RichContentRenderer.php: most-fixed (1 issue). Treat as high-risk during review.
0 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.
Cross-Site Scripting (XSS): Insecure handling of URI protocols within rich-text rendering allows malicious javascript: links to execute in the user's browser context. Secure rendering must enforce a strict allowlist of protocols.
Auth Bypass: Allowing unauthorized modification of pre-filled or mutated foreign keys on new models during relationship association could let users overwrite critical associations.