google_api_container_analysis v0.5.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityType View Source
VulnerabilityType provides metadata about a security vulnerability.
Attributes
cvssScore
(type:number()
, default:nil
) - The CVSS score for this Vulnerability.details
(type:list(GoogleApi.ContainerAnalysis.V1alpha1.Model.Detail.t)
, default:nil
) - All information about the package to specifically identify this vulnerability. One entry per (version range and cpe_uri) the package vulnerability has manifested in.severity
(type:String.t
, default:nil
) - Note provider assigned impact of the vulnerability
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityType{ cvssScore: number(), details: [GoogleApi.ContainerAnalysis.V1alpha1.Model.Detail.t()], severity: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.