Interface protos.grafeas.v1.ICVSSv3 (3.4.6)

Properties of a CVSSv3.

Package

@google-cloud/grafeas!

Properties

attackComplexity

attackComplexity?: (grafeas.v1.CVSSv3.AttackComplexity|keyof typeof grafeas.v1.CVSSv3.AttackComplexity|null);

CVSSv3 attackComplexity

Property Value
TypeDescription
(grafeas.v1.CVSSv3.AttackComplexity|keyof typeof grafeas.v1.CVSSv3.AttackComplexity|null)

attackVector

attackVector?: (grafeas.v1.CVSSv3.AttackVector|keyof typeof grafeas.v1.CVSSv3.AttackVector|null);

CVSSv3 attackVector

Property Value
TypeDescription
(grafeas.v1.CVSSv3.AttackVector|keyof typeof grafeas.v1.CVSSv3.AttackVector|null)

availabilityImpact

availabilityImpact?: (grafeas.v1.CVSSv3.Impact|keyof typeof grafeas.v1.CVSSv3.Impact|null);

CVSSv3 availabilityImpact

Property Value
TypeDescription
(grafeas.v1.CVSSv3.Impact|keyof typeof grafeas.v1.CVSSv3.Impact|null)

baseScore

baseScore?: (number|null);

CVSSv3 baseScore

Property Value
TypeDescription
(number|null)

confidentialityImpact

confidentialityImpact?: (grafeas.v1.CVSSv3.Impact|keyof typeof grafeas.v1.CVSSv3.Impact|null);

CVSSv3 confidentialityImpact

Property Value
TypeDescription
(grafeas.v1.CVSSv3.Impact|keyof typeof grafeas.v1.CVSSv3.Impact|null)

exploitabilityScore

exploitabilityScore?: (number|null);

CVSSv3 exploitabilityScore

Property Value
TypeDescription
(number|null)

impactScore

impactScore?: (number|null);

CVSSv3 impactScore

Property Value
TypeDescription
(number|null)

integrityImpact

integrityImpact?: (grafeas.v1.CVSSv3.Impact|keyof typeof grafeas.v1.CVSSv3.Impact|null);

CVSSv3 integrityImpact

Property Value
TypeDescription
(grafeas.v1.CVSSv3.Impact|keyof typeof grafeas.v1.CVSSv3.Impact|null)

privilegesRequired

privilegesRequired?: (grafeas.v1.CVSSv3.PrivilegesRequired|keyof typeof grafeas.v1.CVSSv3.PrivilegesRequired|null);

CVSSv3 privilegesRequired

Property Value
TypeDescription
(grafeas.v1.CVSSv3.PrivilegesRequired|keyof typeof grafeas.v1.CVSSv3.PrivilegesRequired|null)

scope

scope?: (grafeas.v1.CVSSv3.Scope|keyof typeof grafeas.v1.CVSSv3.Scope|null);

CVSSv3 scope

Property Value
TypeDescription
(grafeas.v1.CVSSv3.Scope|keyof typeof grafeas.v1.CVSSv3.Scope|null)

userInteraction

userInteraction?: (grafeas.v1.CVSSv3.UserInteraction|keyof typeof grafeas.v1.CVSSv3.UserInteraction|null);

CVSSv3 userInteraction

Property Value
TypeDescription
(grafeas.v1.CVSSv3.UserInteraction|keyof typeof grafeas.v1.CVSSv3.UserInteraction|null)