Module: CVEList

Defined in:
lib/cvelist/cve.rb,
lib/cvelist/version.rb,
lib/cvelist/year_dir.rb,
lib/cvelist/directory.rb,
lib/cvelist/range_dir.rb,
lib/cvelist/exceptions.rb,
lib/cvelist/repository.rb,
lib/cvelist/malformed_cve.rb

Defined Under Namespace

Classes: CVE, CVENotFound, Directory, GitCloneFailed, GitError, GitPullFailed, MalformedCVE, NotFoundError, RangeDir, RangeDirNotFound, Repository, YearDir, YearDirNotFound

Constant Summary collapse

VERSION =

cvelist version

"0.1.0"
InvalidJSON =
CVESchema::InvalidJSON
MissingJSONKey =
CVESchema::MissingJSONKey
UnkownJSONValue =
CVESchema::UnknownJSONValue