dancrew32 / bandit

Example run of Python bandit over a repo to find vulnerabilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example setup for bandit, a python vulnerability scanner.

https://pypi.org/project/bandit/

make venv deps scan read

Scans ./app, finds some vulnerabilities, writes them to csv.

About

Example run of Python bandit over a repo to find vulnerabilities.


Languages

Language:Makefile 69.2%Language:Python 30.8%