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

SQL Injection via string concatenation

criticalJavaScript / TypeScriptCWE-89CVSS 9.8

What it detects

Detected SQL query built by string concatenation with user input, which may allow SQL injection.

How to fix

Use parameterized queries or prepared statements instead of string concatenation.

Scan your repo freeFull documentation
Back to all rules
SHIELD-JS-001: SQL Injection via string concatenation — Zennoxa Shield