View Source GoogleApi.ContainerAnalysis.V1beta1.Model.CVSSv3 (google_api_container_analysis v0.28.0)

Deprecated. 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) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.CVSSv3{
  attackComplexity: String.t() | nil,
  attackVector: String.t() | nil,
  availabilityImpact: String.t() | nil,
  baseScore: number() | nil,
  confidentialityImpact: String.t() | nil,
  exploitabilityScore: number() | nil,
  impactScore: number() | nil,
  integrityImpact: String.t() | nil,
  privilegesRequired: String.t() | nil,
  scope: String.t() | nil,
  userInteraction: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.