Highlights
Auth Bypass: 7 prior fixes. Scrutinize any change in this area.
app/services/auth.server.ts: most-fixed (3 issues). Treat as high-risk during review.
11 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.
Auth Bypass: Multiple auth bypasses were fixed across different components, indicating systemic gaps in authentication enforcement and authorization checks on data access and admin actions.
Information Disclosure: Loader queries returned full user/feed/category rows including sensitive fields (passwordHash, externalId, webhookUrl), and UI leaked user state (admin flag) to unauthenticated visitors.
XSS / Sanitization Bypass: Stored XSS via data-* attribute round-trip and sanitization bypass in summary generation highlight weak input handling in user-generated content.