Skip to content
CodeAuditAgent
All articles

SQL

Guides on code security, AI code review and shipping fixes that hold.

· 7 min read

Preventing SQL Injection in Node.js, Python and Go

Vulnerable and fixed SQL snippets for pg, Prisma, psycopg, SQLAlchemy and Go database/sql, plus safe dynamic ORDER BY clauses and IN lists. Mapped to CWE-89.

  • Security
  • SQL
  • OWASP