Security context

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

robertcraigie/prisma-client-py
main @ f2d1d7e
1
Fixes
0
CVEs
HIGH
Peak severity
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.