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.2.tar.gz
(23.0 kB
view details)
Built Distribution
nvdutils-3.1.2-py3-none-any.whl
(36.2 kB
view details)
File details
Details for the file nvdutils-3.1.2.tar.gz
.
File metadata
- Download URL: nvdutils-3.1.2.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 | 9c49c896900af2d365eaef4ae3fa3e1913c10562f7aaa2b69a713e52a1d8972d |
|
MD5 | b68feb5f7eb94cfee3239e4939f5d0f5 |
|
BLAKE2b-256 | f934259390c41bf2d90189e2f40376a2640ad9fb139e9e69b3c564137e39e754 |
File details
Details for the file nvdutils-3.1.2-py3-none-any.whl
.
File metadata
- Download URL: nvdutils-3.1.2-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 | 46ff3c06c4b34a8c268037bf4352a55c37763710f6d2f51253dba050948f64d0 |
|
MD5 | b2ce1937f6e777c89063a6bc2368c2e4 |
|
BLAKE2b-256 | 0a10badfe38064fe9a82c45b41fef95b3b2b5482b8520d0ccaa855ee988e5c17 |