struct CVENVDEntryCVEDReferenceData

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 name : String #

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

[View source]
def refsource : String #

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

[View source]
def tags : Array(String) #

[View source]
def tags=(tags : Array(String)) #

[View source]
def url : String #

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

[View source]