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.2.0.tar.gz
(24.4 kB
view details)
Built Distribution
nvdutils-3.2.0-py3-none-any.whl
(38.0 kB
view details)
File details
Details for the file nvdutils-3.2.0.tar.gz
.
File metadata
- Download URL: nvdutils-3.2.0.tar.gz
- Upload date:
- Size: 24.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8861d1e909a469d94aa3ef3272c86661776ac6e2ece611d1b4847e1a8b85757c |
|
MD5 | 4c8e54ef755d0a71215154f7b2fec054 |
|
BLAKE2b-256 | 1cad4340d7c9f7219cc79db97f3183cc9e0ae525376aaaab775aba9ee772a36a |
File details
Details for the file nvdutils-3.2.0-py3-none-any.whl
.
File metadata
- Download URL: nvdutils-3.2.0-py3-none-any.whl
- Upload date:
- Size: 38.0 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 | 3fe76eb941f86fafd0879da44d61bc7ef5bbbfd615fdfda3181946e6c9767a9c |
|
MD5 | a64c4e9d507b999ac8cc30b819724d6b |
|
BLAKE2b-256 | 960892a4ef0e8e475fef88c8f65a74a77365c3c27db638637766d26be63beb4f |