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.1.tar.gz
(23.0 kB
view details)
Built Distribution
nvdutils-3.1.1-py3-none-any.whl
(36.2 kB
view details)
File details
Details for the file nvdutils-3.1.1.tar.gz
.
File metadata
- Download URL: nvdutils-3.1.1.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99a529af8d390bded28aa0fb6b8fb5f99b0782a39768c289c6610db6bc2456cf |
|
MD5 | aeab3be4f1322fccad7bf67c559dd5bb |
|
BLAKE2b-256 | 7f2aa169432092909c2cbecd2a18283ec1dc60f23e98346979926b19786f0f5f |
File details
Details for the file nvdutils-3.1.1-py3-none-any.whl
.
File metadata
- Download URL: nvdutils-3.1.1-py3-none-any.whl
- Upload date:
- Size: 36.2 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 | 8a96c1cfb8619288271137dd55c44ffb5c50fa1cd18cc18daae7cba3df068411 |
|
MD5 | 8bc6727c861bd1426aaf077710283530 |
|
BLAKE2b-256 | b7b7486a5bbe83826e732154d6a3ea5fa4ebdf0cba427d82b0a030f1d30f21f3 |