AppThreat's vulnerability database and package search library with a built-in file based storage. CVE, GitHub, npm 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 Distribution
Hashes for appthreat-vulnerability-db-1.3.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a76430b69dde9c40cafaba14bf67bd35a5f0b30eaa3153d725dcaefa2b229d76 |
|
MD5 | b638d5e9d97d0b5a187ea97efb8ad6c3 |
|
BLAKE2b-256 | 9e2b88cd473cca673386a2fb78225e9431c9ec999fecb45f0ed0592f376727a8 |
Hashes for appthreat_vulnerability_db-1.3.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02c632a905927c1f8a300955d827deea387e660ae986eac741ad4f90f1843a3b |
|
MD5 | 5e1a267a6945b899ebb3ae562a80932b |
|
BLAKE2b-256 | e8de6c9bc4b8929569d58d029c9e85fe44a5c2f123020b4ba1be5d9ce65670ed |