GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityType (google_api_container_analysis v0.9.0) 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
Specs
t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityType{
cvssScore: number(),
details: [GoogleApi.ContainerAnalysis.V1alpha1.Model.Detail.t()],
severity: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.