Language

Package: python2-bandit @ 1.4.0

Synopsis

Security oriented static analyser for python code

Description

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.

Home page
https://wiki.openstack.org/wiki/Security/Projects/Bandit
Location
gnu/packages/openstack.scm (line: 44, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings