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.0.tar.gz
(22.9 kB
view details)
Built Distribution
nvdutils-3.0.0-py3-none-any.whl
(36.1 kB
view details)
File details
Details for the file nvdutils-3.0.0.tar.gz
.
File metadata
- Download URL: nvdutils-3.0.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 | e4bf6570b703bd12ae065e857c8573b127d00e418281f0f6cc948ce9cbae7c44 |
|
MD5 | 49e1042515b59f037c3972c9f847cbf9 |
|
BLAKE2b-256 | 4563f400410b2eaf7b441683110042d43389db7453c6320e44d167fc63cac767 |
File details
Details for the file nvdutils-3.0.0-py3-none-any.whl
.
File metadata
- Download URL: nvdutils-3.0.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 | d8f14c3dc5fd83bb494caa5622215bcbc5abed2c067f3a0046536b54887f1b27 |
|
MD5 | 00672e4919f4baf9d5c7fa6cfe4f656a |
|
BLAKE2b-256 | b8003ebaecf8b6b75ae416f3d3a408cad8994f090d2b3b5b53917b2e4fd9aef2 |