struct CVENVDEntryCVEImpactMetricV2

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 acInsufInfo : Bool | Nil #

[View source]
def acInsufInfo=(acInsufInfo : Bool | Nil) #

[View source]

[View source]
def cvssV2=(cvssV2 : CVENVDEntryCVEImpactMetricV2Cvss) #

[View source]
def exploitabilityScore : Float64 #

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

[View source]
def impactScore : Float64 #

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

[View source]
def obtainAllPrivilege : Bool #

[View source]
def obtainAllPrivilege=(obtainAllPrivilege : Bool) #

[View source]
def obtainOtherPrivilege : Bool #

[View source]
def obtainOtherPrivilege=(obtainOtherPrivilege : Bool) #

[View source]
def obtainUserPrivilege : Bool #

[View source]
def obtainUserPrivilege=(obtainUserPrivilege : Bool) #

[View source]
def severity : String #

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

[View source]
def userInteractionRequired : Bool | Nil #

[View source]
def userInteractionRequired=(userInteractionRequired : Bool | Nil) #

[View source]