All rules →
Rules / Python
SHIELD-PY-004

Dangerous exec() usage

criticalPythonCWE-95CVSS 9

What it detects

exec() runs arbitrary Python code and is a major attack vector.

How to fix

Remove exec(). Refactor to use static code paths instead of dynamic code execution.

Scan your repo freeFull documentation
Back to all rules
SHIELD-PY-004: Dangerous exec() usage — Zennoxa Shield