A package for parsing, representing, and filtering NVD data.
Project description
nvdutils
A package for parsing, representing, and filtering NVD data.
Setup
$ mkdir ~/.nvdutils
$ cd ~/.nvdutils
# Data for the JSONFeedsLoader
$ git clone https://github.com/fkie-cad/nvd-json-data-feeds.git
Usage
from pathlib import Path
from nvdutils.loaders.json.default import JSONDefaultLoader
loader = JSONDefaultLoader()
# Eagerly load all the data
cve_dictionary = loader.load(Path("~/.nvdutils/nvd-json-data-feeds"), include_subdirectories=True)
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
nvdutils-3.1.0.tar.gz
(22.9 kB
view details)
Built Distribution
nvdutils-3.1.0-py3-none-any.whl
(36.1 kB
view details)
File details
Details for the file nvdutils-3.1.0.tar.gz
.
File metadata
- Download URL: nvdutils-3.1.0.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b6f335a7dd5d3c0386a515cf694075d8f3341e792d117d2082f7b151de20404 |
|
MD5 | b150214ee15d1a31cbd89c6929c586f7 |
|
BLAKE2b-256 | 1f1b71f75da72c49d2d275a8e5ba0e8ee49d6036521daea5158df2c91a68633f |
File details
Details for the file nvdutils-3.1.0-py3-none-any.whl
.
File metadata
- Download URL: nvdutils-3.1.0-py3-none-any.whl
- Upload date:
- Size: 36.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d125a505e81cc85cfa181ef9030e31953e0db7a9d1b0395ce1089155a3606477 |
|
MD5 | 1041e6fdb8bf902cd5dec3f4f518cc7f |
|
BLAKE2b-256 | 8afa5cd235fad39b1ed9e2fe62d8b7a5ca1706ed9d7d1646be4b3543929781f6 |