Highlights
SQL Injection: 1 prior fix. Scrutinize any change in this area.
src/prisma/generator/templates/client.py.jinja: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
SQL Injection: Raw query execution pathways are susceptible to SQL injection if users pass dynamically constructed strings. The project mitigates this by enforcing PEP 675 LiteralString type annotations on query parameters within the generated client templates, shifting detection to static analysis.