bandit
https://github.com/pycqa/bandit
Python
Bandit is a tool designed to find common security issues in Python code.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported9 Subscribers
Add a CodeTriage badge to bandit
Help out
- Issues
- B501 and B113 skip requests.request(), while httpx.request() is checked
- Detect requests.request() calls without a timeout in B113
- Add cloudpickle to pickle blacklists (B403/B301)
- Troubles with conflicting cryptography and cffi
- Detect unsafe tarfile extract calls
- Recognize safe extraction filters and fix member call handling in B202
- Honor quiet flag for early startup log messages
- Detect local subclasses of Markup in B704
- fix(cli): clamp severity/confidence counts to valid ranking range
- Docs
- Python not yet supported