Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
cli/template/extras/src/server/api/routers/post/with-auth-drizzle.ts: 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.
Auth Bypass: Downstream applications generated from these templates would expose a database query to unauthenticated users if publicProcedure is used instead of protectedProcedure for fetching sensitive user resources.
Information Disclosure: Passing server-side session cookies directly to client-rendered React components via tRPC client setup leaks sensitive session secrets, enabling potential session hijacking.