Bind user input as parameters rather than concatenating it into SQL strings.
Why This Matters
String-concatenated queries are the primary vector for SQL injection and data breaches.
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and dozens more. Get actionable feedback before code ships.