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

The location of the vulnerability.

Attributes

  • cpeUri (type: String.t, default: nil) - Required. The CPE URI in cpe format format. Examples include distro or storage location for vulnerable jar.
  • package (type: String.t, default: nil) - Required. The package being described.
  • version (type: GoogleApi.ContainerAnalysis.V1beta1.Model.Version.t, default: nil) - Required. The version of the package being described.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.VulnerabilityLocation{
  cpeUri: String.t() | nil,
  package: String.t() | nil,
  version: GoogleApi.ContainerAnalysis.V1beta1.Model.Version.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.