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.2.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee90a07e65a90b3c4d433504e192f718943d075736dcf37207aed064ff2640bd |
|
MD5 | af42ecd077b9a3c1eaa53c6c873ad55b |
|
BLAKE2b-256 | 1dca67547acbdf1bfab5bb2283dd1e6ea7fb6afc204bf528fb27cbfd02b06da0 |
Hashes for appthreat_vulnerability_db-1.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 485b7d32ba38a1d0dea7e00ecb59b6c51099f68b4846a1a7df7ca9614fc6336d |
|
MD5 | 28143f0150d9ee641ce83d98d3f7345e |
|
BLAKE2b-256 | 3c1698da40e6e46abfb753abbde6f57a33f49264973816d9ee16e281fb0bfc51 |