All rules →
Rules / Python
SHIELD-PY-003

Dangerous pickle deserialization

criticalPythonCWE-502CVSS 9.8

What it detects

Deserializing untrusted data with pickle can lead to arbitrary code execution.

How to fix

Use JSON or another safe serialization format instead of pickle for untrusted data.

Scan your repo freeFull documentation
Back to all rules
SHIELD-PY-003: Dangerous pickle deserialization — Zennoxa Shield