freebsd-ports/devel/py-bandit/pkg-descr
Kurt Jaeger b693824466 New port: devel/py-bandit
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.

WWW: https://github.com/stackforge/bandit

PR:		201386
Submitted by:	yuri@rawbw.com
Reviewed by:	koobs
2016-01-03 20:40:50 +00:00

6 lines
296 B
Text

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.
WWW: https://github.com/stackforge/bandit