All rules →
Rules / Python
SHIELD-PY-001

SQL Injection via string formatting

criticalPythonCWE-89CVSS 9.8

What it detects

SQL query built with % formatting or .format() may allow injection.

How to fix

Use parameterized queries with ? or %s placeholders instead of string formatting.

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