GoogleApi.ContainerAnalysis.V1beta1.Model.CVSSv3 (google_api_container_analysis v0.10.0) View Source
Common Vulnerability Scoring System version 3. For details, see https://www.first.org/cvss/specification-document
Attributes
-
attackComplexity
(type:String.t
, default:nil
) - -
attackVector
(type:String.t
, default:nil
) - Base Metrics Represents the intrinsic characteristics of a vulnerability that are constant over time and across user environments. -
availabilityImpact
(type:String.t
, default:nil
) - -
baseScore
(type:number()
, default:nil
) - The base score is a function of the base metric scores. -
confidentialityImpact
(type:String.t
, default:nil
) - -
exploitabilityScore
(type:number()
, default:nil
) - -
impactScore
(type:number()
, default:nil
) - -
integrityImpact
(type:String.t
, default:nil
) - -
privilegesRequired
(type:String.t
, default:nil
) - -
scope
(type:String.t
, default:nil
) - -
userInteraction
(type:String.t
, default:nil
) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.CVSSv3{ attackComplexity: String.t(), attackVector: String.t(), availabilityImpact: String.t(), baseScore: number(), confidentialityImpact: String.t(), exploitabilityScore: number(), impactScore: number(), integrityImpact: String.t(), privilegesRequired: String.t(), scope: String.t(), userInteraction: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.