bandit 0.13.2-3 source package in Ubuntu

Changelog

bandit (0.13.2-3) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Fri, 16 Oct 2015 13:04:08 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bandit_0.13.2-3.dsc 2.5 KiB 5afbfd5ec58fabf58bb4c824329651ca7d59bd21fc807b409b7bed811cf6ea92
bandit_0.13.2.orig.tar.xz 50.8 KiB d7f69d5570137623594c110c640932a6243eac9c246a6664f4027aa5425c0418
bandit_0.13.2-3.debian.tar.xz 3.9 KiB 6a9e60d632a62f33dcda9b2fc3207880746fc065334ba0ba6ddf8be103ff93e7

Available diffs

No changes file available.

Binary packages built by this source

bandit: Security oriented static analyzer for Python code - Metapackage

 Bandit is a tool designed to find common security issues in Python code. To
 do this Bandit processes each file, builds an Abstract Syntaxt Tree (AST),
 and runs appropriate plugins against the AST nodes. Once Bandit has
 finished scanning all the files it generates a report.
 .
 This package is a metapackage to install the Python 2.7 or 3.x of bandit.

python-bandit: Security oriented static analyzer for Python code - Python 2.7

 Bandit is a tool designed to find common security issues in Python code. To
 do this Bandit processes each file, builds an Abstract Syntaxt Tree (AST),
 and runs appropriate plugins against the AST nodes. Once Bandit has
 finished scanning all the files it generates a report.
 .
 This package contains the Python 2.7 module.

python3-bandit: Security oriented static analyzer for Python code - Python 3.x

 Bandit is a tool designed to find common security issues in Python code. To
 do this Bandit processes each file, builds an Abstract Syntaxt Tree (AST),
 and runs appropriate plugins against the AST nodes. Once Bandit has
 finished scanning all the files it generates a report.
 .
 This package contains the Python 3.x module.