cve_schema

CVESchema provides common classes for CVE data and loading it from JSON.


Keywords
cve, cve-schema, json, ruby
License
MIT
Install
gem install cve_schema -v 0.1.0

Documentation

cve_schema

Description

{CVESchema} provides common classes for CVE data and loading it from JSON.

Features

Examples

require 'cve_schema'
include CVESchema

json = JSON.parse(File.read('path/to/CVE-YYYY-XXXX.json'))
cve = CVE.from_json(json)

Requirements

Install

$ gem install cve_schema

Copyright

Copyright (c) 2020 Hal Brodigan

See {file:LICENSE.txt} for details.