Skip to main content

Provides access to the vulndb information

Project description

Python SDK to access the vulnerability database

Build Status

Installation

It’s possible to install the latest stable release from pypi:

pip install vulndb

Or if you’re interested in the latest version from our repository:

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

Usage

>>> from vulndb import DBVuln
>>> dbv = DBVuln.from_id(42)
>>> dbv.title
'SQL Injection'
>>> dbv.severity
'high'
>>> r = dbv.references[0]
>>> r.url
'http://example.com/sqli-description.html'
>>> r.title
'SQL injection cheat-sheet'

More attributes, methods and helpers are well documented and available in the source code.

Updating the database

This package embeds the vulnerability database in the vulndb/db/ directory. To update the database with new information follow these steps:

# Update the database
git clone https://github.com/vulndb/data.git
cp -rf data/db/*.json vulndb/db/

# Bump the version number
subl vulndb/version.txt

# Push to repo
git commit vulndb/db/ vulndb/version.txt -m 'Updated vulnerability database'
git push

After updating the database it’s a good idea to publish the latest at pypi using:

python setup.py sdist upload

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.3.tar.gz (10.1 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for vulndb-0.0.3.tar.gz
Algorithm Hash digest
SHA256 ff44c40068c37c109e7a6408d803b0d141db6c7dd04ac86feab3e13b02fb0a1a
MD5 9ce0daf4a7f3ea3b012c92ce58dd339f
BLAKE2b-256 6aee0974a27425874641ecd4acf75737a7732fd4e1414adf721397136d4d6d28

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