All rules →
Rules / JavaScript / TypeScript
SHIELD-JS-002

SQL Injection via template literal

criticalJavaScript / TypeScriptCWE-89CVSS 9.8

What it detects

SQL query constructed with template literal interpolation may allow injection.

How to fix

Use parameterized queries with placeholders instead of template literals.

Scan your repo freeFull documentation
Back to all rules
SHIELD-JS-002: SQL Injection via template literal — Zennoxa Shield