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.0.1.tar.gz
(22.9 kB
view details)
Built Distribution
nvdutils-3.0.1-py3-none-any.whl
(36.0 kB
view details)
File details
Details for the file nvdutils-3.0.1.tar.gz
.
File metadata
- Download URL: nvdutils-3.0.1.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 | af838402617fda8f5ade949d75eddaeb1936b1eaf087e417980d1b10bdeaa49e |
|
MD5 | 613cac12b224ceb090ac8874466518a0 |
|
BLAKE2b-256 | d42ef42888ebc30926dfe683beb31da4302969a73f1fab384fb0abfd3b8d4038 |
File details
Details for the file nvdutils-3.0.1-py3-none-any.whl
.
File metadata
- Download URL: nvdutils-3.0.1-py3-none-any.whl
- Upload date:
- Size: 36.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 | 4121efd65e878a5d028ff1edf22e916a3998e47986968aa0001880f065c1a104 |
|
MD5 | dd2069e68f06dc9cb0c3aa6eaa9d940f |
|
BLAKE2b-256 | aaf405fc092a6c757cc54a4066f32595c9569d672a68a5c6902160b0ad44b726 |