1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
Source: bandit
Section: python
Priority: extra
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Dave Walker (Daviey) <email@daviey.com>,
Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools (>= 52~),
python-all,
python-pbr,
python-setuptools,
python3-all,
python3-pbr,
python3-setuptools,
Build-Depends-Indep: python-bs4,
python-coverage,
python-fixtures (>= 3.0.0),
python-git (>= 2.0.2),
python-hacking (>= 0.9.2),
python-mock (>= 2.0),
python-oslosphinx (>= 2.5.0),
python-oslotest (>= 1:1.10.0),
python-reno,
python-six (>= 1.9.0),
python-stevedore (>= 1.16.0),
python-testscenarios,
python-testtools (>= 1.4.0),
python-yaml,
python3-bs4,
python3-fixtures (>= 1.3.1),
python3-git (>= 2.0.2),
python3-hacking (>= 0.9.2),
python3-mock (>= 2.0),
python3-oslotest (>= 1:1.10.0),
python3-six (>= 1.9.0),
python3-stevedore (>= 1.16.0),
python3-subunit,
python3-testscenarios,
python3-testtools (>= 1.4.0),
python3-yaml,
subunit,
testrepository,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-bandit
Vcs-Git: https://git.openstack.org/openstack/deb-bandit
Homepage: https://wiki.openstack.org/wiki/Security/Projects/Bandit
Package: python-bandit
Architecture: all
Breaks: bandit (<< 0.13)
Replaces: bandit (<< 0.13)
Depends: python-git (>= 2.0.2),
python-six (>= 1.9.0),
python-stevedore (>= 1.16.0),
python-yaml,
${misc:Depends},
${python:Depends},
Description: 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.
Package: python3-bandit
Architecture: all
Depends: python3-git (>= 2.0.2),
python3-six (>= 1.9.0),
python3-stevedore (>= 1.16.0),
python3-yaml,
${misc:Depends},
${python3:Depends},
Description: 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.
Package: bandit
Architecture: all
Depends: python-bandit (= ${binary:Version}) | python3-bandit (= ${binary:Version}),
${misc:Depends},
${python:Depends},
Description: 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.
|