Three SQL Injection Patterns That Still Ship in Node.js — And the ESLint Rule That Catches Them
Direct concatenation, template literals, and cross-line variable taint: the three structural forms of SQL injection in node-postgres codebases, why each survives code review, and how a pg-specific ESLint rule catches all three.
#security#postgres#node+1