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.3.5.tar.gz
(25.4 kB
view details)
Built Distribution
nvdutils-3.3.5-py3-none-any.whl
(39.3 kB
view details)
File details
Details for the file nvdutils-3.3.5.tar.gz
.
File metadata
- Download URL: nvdutils-3.3.5.tar.gz
- Upload date:
- Size: 25.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 |
86f0f82f8fabeded551e34f02e90872e18267b658bbf58a1c2bf7a727ad8c6f1
|
|
MD5 |
ff2cb20e18047c6924dc5919419af39a
|
|
BLAKE2b-256 |
260fb6c62e0e6dfce8f421e92b837a9f2cc1ef7f76ede59d47417c6cc1ff2fdf
|
File details
Details for the file nvdutils-3.3.5-py3-none-any.whl
.
File metadata
- Download URL: nvdutils-3.3.5-py3-none-any.whl
- Upload date:
- Size: 39.3 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 |
c4c25f0c640e9ab9f48a116c128a746174ceee88a46ad525a4edbcc094c9cd5a
|
|
MD5 |
70b1e5c125fa54d9fbb4650fa4738204
|
|
BLAKE2b-256 |
e8a483a1f514786ee5357afb7d778dad571357241e5e1d5b2e396ab1643092f4
|