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 Distribution
Hashes for appthreat-vulnerability-db-1.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36129f2f1dbe658388962e60e9e6482ff7e4c55214ae977e4383af917ae127e8 |
|
MD5 | d39ddda7b7babc5b836944d1ed3ad250 |
|
BLAKE2b-256 | e93e6b922c4a52bb2fe959d231f6de3c4f59192e2d2e435ed82b242dea911319 |
Hashes for appthreat_vulnerability_db-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eeaad75f2ce8a003858a6c17915ec0fc85f32b02ae2cc00579816c6abe152be0 |
|
MD5 | b2e33576183e055f751df9109c5cc954 |
|
BLAKE2b-256 | 49cb8afe39e086bb437ea3013a1f6da988246aeba8fea1382c0f7c3f00a8bcca |