Tool for finding common security issues in Python code
Bandit is a tool for finding common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files it generates a report.
$
pkg install py311-banditOrigin
devel/py-bandit
Size
1.24MiB
License
APACHE20
Maintainer
yuri@FreeBSD.org
Dependencies
7 packages
Required by
2 packages