b693824466
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
6 lines
296 B
Text
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
|