Sat, 27 Apr 2024 12:56:07 UTC | login

Information for build bandit-1.7.4-4.fc37

ID220052
Package Namebandit
Version1.7.4
Release4.fc37
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 bydavidlt
State complete
Volume DEFAULT
StartedSat, 12 Nov 2022 14:05:44 UTC
CompletedSat, 12 Nov 2022 14:05:44 UTC
Tags
f37
f38
RPMs
src
bandit-1.7.4-4.fc37.src.rpm (info) (download)
noarch
bandit-1.7.4-4.fc37.noarch.rpm (info) (download)
Changelog * Sat Oct 22 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> 1.7.4-4 - Add explicit dep on pbr - Closes rhbz#2136143 * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.7.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 15 2022 Python Maint <python-maint@redhat.com> 1.7.4-2 - Rebuilt for Python 3.11 * Fri Mar 04 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> 1.7.4-1 - Update to 1.7.4 - Closes rhbz#2060745 * Mon Feb 28 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> 1.7.3-1 - Update to 1.7.3 - Closes rhbz#2059030 * Wed Jan 26 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> 1.7.2-1 - Update to 1.7.2 - Closes rhbz#2045931 * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.7.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Dec 16 2021 Miro HronĨok <miro@hroncok.cz> 1.7.1-3 - Fix BuildRequires for tests - There is no [test] extra. - We cannot use test-requirements.txt directly, as it includes coverage and linting - Explicitly add toml and testscenarios which were only brought in transitively (pytest 7 no longer brings in toml) * Fri Nov 12 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> 1.7.1-2 - Add missing deps * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.7.0-3 - Rebuilt for Python 3.10 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Dec 13 2020 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.7.0-1 - Update to 1.7.0 (#1907119) * Sun Dec 06 2020 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 1.6.3-1 - Version bump