GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityDetails (google_api_container_analysis v0.11.0) View Source
Used by Occurrence to point to where the vulnerability exists and how to fix it.
Attributes
-
cvssScore
(type:number()
, default:nil
) - Output only. The CVSS score of this vulnerability. CVSS score is on a scale of 0-10 where 0 indicates low severity and 10 indicates high severity. -
effectiveSeverity
(type:String.t
, default:nil
) - The distro assigned severity for this vulnerability when that is available and note provider assigned severity when distro has not yet assigned a severity for this vulnerability. -
packageIssue
(type:list(GoogleApi.ContainerAnalysis.V1alpha1.Model.PackageIssue.t)
, default:nil
) - The set of affected locations and their fixes (if available) within the associated resource. -
severity
(type:String.t
, default:nil
) - Output only. The note provider assigned Severity of the vulnerability. -
type
(type:String.t
, default:nil
) - The type of package; whether native or non native(ruby gems, node.js packages etc)
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.VulnerabilityDetails{ cvssScore: number() | nil, effectiveSeverity: String.t() | nil, packageIssue: [GoogleApi.ContainerAnalysis.V1alpha1.Model.PackageIssue.t()] | nil, severity: String.t() | nil, type: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.