Tag
python-code-injection
Safeguard articles tagged "python-code-injection" — guides, analysis, and best practices for software supply chain and application security.
2 articles
Application Security
Code injection in Python: examples and prevention
How Python code injection (CWE-94) works, real CVEs like PyYAML's CVE-2020-14343, and concrete steps to detect and fix it before attackers do.
May 21, 20267 min read
AppSec
Code Injection in Python: How It Happens and How to Prevent It
Code injection python vulnerabilities almost always trace back to eval, exec, or a template engine handed untrusted input; here is how the attack works and how to close it off.
May 14, 20256 min read