struct CVENVDEntryCVEImpactMetricV3Cvss

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

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

[View source]
def attackVector : String #

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

[View source]
def availabilityImpact : String #

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

[View source]
def baseScore : Float64 #

[View source]
def baseScore=(baseScore : Float64) #

[View source]
def baseSeverity : String #

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

[View source]
def confidentialityImpact : String #

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

[View source]
def integrityImpact : String #

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

[View source]
def privilegesRequired : String #

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

[View source]
def scope : String #

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

[View source]
def userInteraction : String #

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

[View source]
def vectorString : String #

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

[View source]
def version : String #

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

[View source]