CMD + K

bandit

Community

Bandit is a tool designed to find 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.

Installation

To install this package, run one of the following:

Conda
$conda install selfexplainml::bandit

Usage Tracking

1.7.9
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

Bandit is a tool designed to find 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.

Last Updated

Aug 4, 2024 at 16:00

License

Apache-2.0

Total Downloads

4

Supported Platforms

noarch