GoogleApi.ContainerAnalysis.V1beta1.Model.GrafeasV1beta1VulnerabilityDetails (google_api_container_analysis v0.15.0) View Source
Details of a vulnerability Occurrence.
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 it is available, and note provider assigned severity when distro has not yet assigned a severity for this vulnerability. -
longDescription
(type:String.t
, default:nil
) - Output only. A detailed description of this vulnerability. -
packageIssue
(type:list(GoogleApi.ContainerAnalysis.V1beta1.Model.PackageIssue.t)
, default:nil
) - Required. The set of affected locations and their fixes (if available) within the associated resource. -
relatedUrls
(type:list(GoogleApi.ContainerAnalysis.V1beta1.Model.RelatedUrl.t)
, default:nil
) - Output only. URLs related to this vulnerability. -
severity
(type:String.t
, default:nil
) - Output only. The note provider assigned Severity of the vulnerability. -
shortDescription
(type:String.t
, default:nil
) - Output only. A one sentence description of this 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.V1beta1.Model.GrafeasV1beta1VulnerabilityDetails{ cvssScore: number() | nil, effectiveSeverity: String.t() | nil, longDescription: String.t() | nil, packageIssue: [GoogleApi.ContainerAnalysis.V1beta1.Model.PackageIssue.t()] | nil, relatedUrls: [GoogleApi.ContainerAnalysis.V1beta1.Model.RelatedUrl.t()] | nil, severity: String.t() | nil, shortDescription: String.t() | nil, type: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.