Fri, 29 Mar 2024 05:13:00 UTC | login

Information for build bandit-1.7.5-1.fc38

ID240621
Package Namebandit
Version1.7.5
Release1.fc38
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
StartedFri, 17 Mar 2023 08:49:06 UTC
CompletedFri, 17 Mar 2023 08:49:06 UTC
Tags
f38
f39
f40
RPMs
src
bandit-1.7.5-1.fc38.src.rpm (info) (download)
noarch
bandit-1.7.5-1.fc38.noarch.rpm (info) (download)
Changelog * Fri Mar 10 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 1.7.5-1 - Update to 1.7.5 - Closes rhbz#2177107 * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * 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