GoogleApi.ContainerAnalysis.V1beta1.Model.VulnerabilityLocation (google_api_container_analysis v0.15.0) View Source
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.
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.VulnerabilityLocation{
cpeUri: String.t() | nil,
package: String.t() | nil,
version: GoogleApi.ContainerAnalysis.V1beta1.Model.Version.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.