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.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6be8b277ef280b8679e625bb1ffcfb7c6d495479a68bfb0a38b25458da6b28ba |
|
MD5 | 544d83243c72ad6ba9d2ca977c7d5a93 |
|
BLAKE2b-256 | 80b13c73d00f562d498a6e8d98a98b4d2494dc6dd20d5a6839cbe7143a50fcb3 |
Hashes for appthreat_vulnerability_db-1.3.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c5975c8d4ab1b0a7152bf2f74163cfacd6ee8b3891c087f7cd3bd3c616865f5 |
|
MD5 | 2c603083edc71e25ce486b022d62ffdb |
|
BLAKE2b-256 | cee24cdcffe6b1040d6833d89636b3ac7f07acc67c4e68628a74241f56b4185a |