Path to this page:
./
security/py-bandit,
Security oriented static analyser for Python code
Branch: CURRENT,
Version: 1.7.4,
Package name: py310-bandit-1.7.4,
Maintainer: pkgsrc-usersBandit 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.
Master sites:
Filesize: 483.5 KB
Version history: (Expand)
- (2023-03-01) Package added to pkgsrc.se, version py310-bandit-1.7.4 (created)
CVS history: (Expand)
2023-03-01 19:20:23 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
py-bandit: added version 1.7.4
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.
|