Tag
python-static-analysis
Safeguard articles tagged "python-static-analysis" — guides, analysis, and best practices for software supply chain and application security.
2 articles
Application Security
The three dimensions of Python static analysis, and where each one blinds itself
AST scanners, taint trackers, and type checkers each solve a different problem — and each has a documented blind spot that lets real bugs through untouched.
Jul 8, 20266 min read
Application Security
10 dimensions of Python static analysis
Python static analysis spans ten distinct techniques, from AST linting to reachability analysis — most teams run only two or three, missing real exploitable risk.
May 21, 20268 min read