Skip to main content

Provides access to the vulndb information

Project description

Python SDK to access the vulnerability database

Build Status

Installation

git clone https://github.com/vulndb/python-sdk.git
python setup.py install

Usage

>>> from vulndb import DBVuln
>>> dbv = DBVuln.from_id(42)
>>> dbv.get_title()
'SQL Injection'
>>> dbv.get_severity()
'High'
>>> r = dbv.get_references()[0]
>>> r.get_url()
'http://example.com/sqli-description.html'
>>> r.get_title()
'SQL injection cheat-sheet'

More methods and helpers available in the source code.

Contributing

Send your pull requests with improvements and bug fixes, making sure that all tests PASS:

$ nosetests vulndb/
..........
----------------------------------------------------------------------
Ran 10 tests in 0.355s

OK

Install the test dependencies by running pip install -r vulndb/requirements-dev.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vulndb-0.0.2.tar.gz (9.3 kB view details)

Uploaded Source

File details

Details for the file vulndb-0.0.2.tar.gz.

File metadata

  • Download URL: vulndb-0.0.2.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for vulndb-0.0.2.tar.gz
Algorithm Hash digest
SHA256 12aebc80536ff3cd1636d93a99c322a7e598b2bd71ecc2f123cd6e5d9676de94
MD5 03e37ab844f117db7e645556f5ddb56b
BLAKE2b-256 91be80c705cd832114e6e1e965c5f8327e63f6c2f8287118a52a5dea026fbfcd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page