struct CVENVDEntry

Included Modules

Defined in:

parser/nvd_schemas.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def configurations : CVENVDEntryConfigurations #

[View source]
def configurations=(configurations : CVENVDEntryConfigurations) #

[View source]
def cve : CVENVDEntryCVE #

[View source]
def cve=(cve : CVENVDEntryCVE) #

[View source]
def impact : CVENVDEntryCVEImpact #

[View source]
def impact=(impact : CVENVDEntryCVEImpact) #

[View source]
def lastModifiedDate : String #

[View source]
def lastModifiedDate=(lastModifiedDate : String) #

[View source]
def publishedDate : String #

[View source]
def publishedDate=(publishedDate : String) #

[View source]