1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: python-vulndb
Section: python
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Gianfranco Costamagna <locutusofborg@debian.org>
Build-Depends: debhelper (>= 10), dh-python, python, python-setuptools
Standards-Version: 4.2.1
Homepage: https://github.com/vulndb/python-sdk/
Vcs-Git: https://salsa.debian.org/pkg-security-team/python-vulndb.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/python-vulndb
Package: python-vulndb
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python2 tool to provide access to the vulndb information
It's a Python2 SDK to access the vulnerability database.
User, contributor and developer-friendly vulnerability database.
The goal is to provide a vulnerability database which is:
* Actionable, easy to read and understand for developers and sysadmins
who need to fix the vulnerability
* Easy to integrate by developers into any vulnerability scanner, report
generator, penetration testing tool or related tool.
* Trivial to contribute to, by using JSON to store the vulnerabilities
|