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
|
Source: cvelib
Section: utils
Priority: optional
Maintainer: Debian Security Team <team@security.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-click (>= 7.1.2~),
python3-jsonschema,
python3-pytest,
python3-requests (>= 2.24.0~),
python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://github.com/RedHatProductSecurity/cvelib
Vcs-Browser: https://salsa.debian.org/security-team/cvelib
Vcs-Git: https://salsa.debian.org/security-team/cvelib.git
Rules-Requires-Root: no
Package: python3-cvelib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: library and a command line interface for the CVE Services API
cvelib is a library and a command line interface to interact with the
MITRE CVE Services API, including functions to reserve one or more CVE
IDs for a CNA, filter and list reserved CVEs owned by a CNA, and
administration of user and tokes for a CNA.
.
This package installs the library for Python 3 and a CLI tool.
|