View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.Detail (google_api_container_analysis v0.28.0)

Identifies all occurrences of this vulnerability in the package for a specific distro/location For example: glibc in cpe:/o:debian:debian_linux:8 for versions 2.1 - 2.2

Attributes

  • cpeUri (type: String.t, default: nil) - The cpe_uri in [cpe format] (https://cpe.mitre.org/specification/) in which the vulnerability manifests. Examples include distro or storage location for vulnerable jar. This field can be used as a filter in list requests.
  • description (type: String.t, default: nil) - A vendor-specific description of this note.
  • fixedLocation (type: GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityLocation.t, default: nil) - The fix for this specific package version.
  • isObsolete (type: boolean(), default: nil) - Whether this Detail is obsolete. Occurrences are expected not to point to obsolete details.
  • maxAffectedVersion (type: GoogleApi.ContainerAnalysis.V1alpha1.Model.Version.t, default: nil) - The max version of the package in which the vulnerability exists.
  • minAffectedVersion (type: GoogleApi.ContainerAnalysis.V1alpha1.Model.Version.t, default: nil) - The min version of the package in which the vulnerability exists.
  • package (type: String.t, default: nil) - The name of the package where the vulnerability was found. This field can be used as a filter in list requests.
  • packageType (type: String.t, default: nil) - The type of package; whether native or non native(ruby gems, node.js packages etc)
  • severityName (type: String.t, default: nil) - The severity (eg: distro assigned severity) for this vulnerability.
  • source (type: String.t, default: nil) - The source from which the information in this Detail was obtained.
  • vendor (type: String.t, default: nil) - The vendor of the product. e.g. "google"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Detail{
  cpeUri: String.t() | nil,
  description: String.t() | nil,
  fixedLocation:
    GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityLocation.t() | nil,
  isObsolete: boolean() | nil,
  maxAffectedVersion:
    GoogleApi.ContainerAnalysis.V1alpha1.Model.Version.t() | nil,
  minAffectedVersion:
    GoogleApi.ContainerAnalysis.V1alpha1.Model.Version.t() | nil,
  package: String.t() | nil,
  packageType: String.t() | nil,
  severityName: String.t() | nil,
  source: String.t() | nil,
  vendor: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.