google_api_container_analysis v0.3.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityDetails 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
Link to this type
t()
View Sourcet() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityDetails{
cvssScore: number(),
effectiveSeverity: String.t(),
packageIssue: [GoogleApi.ContainerAnalysis.V1alpha1.Model.PackageIssue.t()],
severity: String.t(),
type: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.