View Source GoogleApi.ContainerAnalysis.V1beta1.Model.WindowsDetail (google_api_container_analysis v0.25.0)
Attributes
-
cpeUri(type:String.t, default:nil) - Required. The CPE URI in cpe format in which the vulnerability manifests. Examples include distro or storage location for vulnerable jar. -
description(type:String.t, default:nil) - The description of the vulnerability. -
fixingKbs(type:list(GoogleApi.ContainerAnalysis.V1beta1.Model.KnowledgeBase.t), default:nil) - Required. The names of the KBs which have hotfixes to mitigate this vulnerability. Note that there may be multiple hotfixes (and thus multiple KBs) that mitigate a given vulnerability. Currently any listed kb's presence is considered a fix. -
name(type:String.t, default:nil) - Required. The name of the 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.WindowsDetail{
cpeUri: String.t() | nil,
description: String.t() | nil,
fixingKbs:
[GoogleApi.ContainerAnalysis.V1beta1.Model.KnowledgeBase.t()] | nil,
name: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.