GoogleApi.ContainerAnalysis.V1beta1.Model.PackageIssue (google_api_container_analysis v0.18.0) View Source
This message wraps a location affected by a vulnerability and its associated fix (if one is available).
Attributes
-
affectedLocation
(type:GoogleApi.ContainerAnalysis.V1beta1.Model.VulnerabilityLocation.t
, default:nil
) - Required. The location of the vulnerability. -
effectiveSeverity
(type:String.t
, default:nil
) - Output only. The distro or language system assigned severity for this vulnerability when that is available and note provider assigned severity when it is not available. -
fixedLocation
(type:GoogleApi.ContainerAnalysis.V1beta1.Model.VulnerabilityLocation.t
, default:nil
) - The location of the available fix for vulnerability. -
packageType
(type:String.t
, default:nil
) - The type of package (e.g. OS, MAVEN, GO). -
severityName
(type:String.t
, default:nil
) - Deprecated, use Details.effective_severity instead The severity (e.g., distro assigned severity) for this vulnerability.
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.PackageIssue{ affectedLocation: GoogleApi.ContainerAnalysis.V1beta1.Model.VulnerabilityLocation.t() | nil, effectiveSeverity: String.t() | nil, fixedLocation: GoogleApi.ContainerAnalysis.V1beta1.Model.VulnerabilityLocation.t() | nil, packageType: String.t() | nil, severityName: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.