GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityLocation (google_api_container_analysis v0.34.0)
View SourceThe 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. -
fileLocation(type:list(GoogleApi.ContainerAnalysis.V1alpha1.Model.FileLocation.t), default:nil) - The file location at which this package was found. -
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityLocation{ cpeUri: String.t() | nil, fileLocation: [GoogleApi.ContainerAnalysis.V1alpha1.Model.FileLocation.t()] | nil, package: String.t() | nil, version: GoogleApi.ContainerAnalysis.V1alpha1.Model.Version.t() | nil }