GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityLocation (google_api_container_analysis v0.8.1) View Source
The location of the vulnerability
Attributes
-
cpeUri
(type:String.t
, default:nil
) - The cpe_uri in [cpe format] (https://cpe.mitre.org/specification/) format. Examples include distro or storage location for vulnerable jar. This field can be used as a filter in list requests. -
package
(type:String.t
, default:nil
) - The package being described. -
version
(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.Version.t
, default:nil
) - The version of the package being described. This field can be used as a filter in list requests.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityLocation{ cpeUri: String.t(), package: String.t(), version: GoogleApi.ContainerAnalysis.V1alpha1.Model.Version.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.