Security-oriented static analyser for Python code vulnerabilities
Security-oriented static analyser for Python code
bandit
$ bandit myfile.py
$ bandit -r /path/to/project
$ bandit -r /path/to/project -f json -o report.json --exclude /tests