AppThreat's vulnerability database and package search library with a built-in file based storage. CVE and GitHub are the primary sources of vulnerabilities.
Project description
Introduction
This repo is a vulnerability database and package search for sources such as NVD, GitHub and so on. It uses a built-in file based storage to allow offline access.
Installation
pip install appthreat-vulnerability-db
Usage
This package is ideal as a library for managing vulnerabilities. This is used by dep-scan, a free open-source dependency audit tool. However, there is a limited cli capability available with few features to test this tool directly.
Cache vulnerability data
vdb --cache
It is possible to customise the cache behaviour by increasing the historic data period to cache by setting the following environment variables.
- NVD_START_YEAR - Default: 2016. Supports upto 2002
- GITHUB_PAGE_COUNT - Default: 5. Supports upto 20
Periodic sync
To periodically sync the latest vulnerabilities and update the database cache.
vdb --sync
Basic search
It is possible to perform simple search using the cli.
vdb --search android:8.0
vdb --search google:android:8.0
vdb --search android:8.0,simplesamlphp:1.14.11
Syntax is package:version,package:version or vendor : package : version (Without space)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for appthreat-vulnerability-db-1.2.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe9c385f82b9d7fd21a034959bd2474ac8cebe121f8577b1652f80c55bce9e24 |
|
MD5 | d3827c91be710f55716583a71fe1309d |
|
BLAKE2b-256 | 13bdae741591fa70ab9c5248eb2d2900fb3084463b4bcf6779ae9cedd3177680 |
Hashes for appthreat_vulnerability_db-1.2.2-py3.7.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | d338e339e8ccd0f83be8dd707755082c86b15730f840d693b6af3b69b3b36bfe |
|
MD5 | 002fdd67448f9cd1e271491f09cc75d1 |
|
BLAKE2b-256 | cad0cdde243e168e989b9be62c395e8f5e8a8e20f898b9adea71845a47b9b635 |
Hashes for appthreat_vulnerability_db-1.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbd7ef14bb4520ba554cd33be314532e3ec61de43ddbe737378ea1911bfd5b67 |
|
MD5 | 88d6d5b7fa2ace23feeeecf8577efac0 |
|
BLAKE2b-256 | 2decd2d687a871400367b92f31ed02e361f38a7142200e2fd4443a99907028d1 |