Bandit is a free vulnerability scanner (SAST) for your Python applications.
3 min read
Bandit is a free static application security scanning tool which checks Python applications for security vulnerabilities.
Install Bandit:
pip install bandit
install from source:
python setup.py install
install via Snap:
sudo snap install bandit
install on macOS:
python3 -m venv bandit-env
source bandit-env/bin/activate
pip install bandit
to run Bandit on your application
bandit appsec_santa.py
and you will get Bandit results on the console:
please share your experiences with Bandit.
Or maybe you have a question.
Either way, let me know by leaving a comment below right now.
appsecsanta.com is part of CNT Friends Oy registered in Finland. Company No: 2993839-3 | © 2019-2022. All rights reserved.