python3-bandit-config-generator
Security oriented static analyzer for Python code - Python 3.x
Install
- All systems
-
curl cmd.cat/python3-bandit-config-generator.sh
- Debian
-
apt-get install python3-bandit
- Ubuntu
-
apt-get install python3-bandit
- Kali Linux
-
apt-get install python3-bandit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-bandit
- Raspbian
-
apt-get install python3-bandit
python3-bandit
Security oriented static analyzer for Python code - Python 3.x
Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an Abstract Syntaxt Tree (AST), and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files it generates a report. This package contains the Python 3.x module.