Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

t3-oss/create-t3-app
main @ 4709861
2
Fixes
0
CVEs
MEDIUM
Peak severity
50.0%
Coverage
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.