Thu, 25 Apr 2024 16:33:20 UTC | login

Information for build bandit-1.0.1-2.el7

ID11432
Package Namebandit
Version1.0.1
Release2.el7
Epoch
SummaryA framework for performing security analysis of Python source code
DescriptionBandit provides a framework for performing security analysis of Python source code, utilizing the ast module from the Python standard library. The ast module is used to convert source code into a parsed tree of Python syntax nodes. Bandit allows users to define custom tests that are performed against those nodes. At the completion of testing, a report is generated that lists security issues identified within the target source code.
Built byhguemar
State complete
Volume DEFAULT
StartedWed, 06 Jul 2016 19:15:07 UTC
CompletedWed, 06 Jul 2016 19:18:12 UTC
Taskbuild (cloud7-openstack-common-el7, bandit-1.0.1-2.el7.src.rpm)
Tags No tags
RPMs
src
bandit-1.0.1-2.el7.src.rpm (info) (download)
noarch
bandit-1.0.1-2.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Wed Jul 06 2016 Haïkel Guémar <hguemar@fedoraproject.org> - 1.0.1-2 - Switch to python2 by default * Thu Apr 21 2016 Michael Scherer <misc@zarb.org> - 1.0.1-1 - update to 1.0.1 - port to python3 - drop the /etc configuration directory, as upstream did remove config file * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Aug 20 2015 Michael Scherer <misc@zarb.org> 0.13.2-1 - new version 0.13.2 - add requires on python-stevedore, fix #1254589 * Sat Jul 11 2015 Michael Scherer <misc@zarb.org> 0.12.0-1 - new version 0.12.0 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jun 10 2015 Michael Scherer <misc@zarb.org> 0.11.0-1 - new version 0.11.0 * Fri May 01 2015 Michael Scherer <misc@zarb.org> 0.10.1-1 - Initial package