Grafeas V1beta1Vulnerability Details Args
data class GrafeasV1beta1VulnerabilityDetailsArgs(val cvssV2: Output<CVSSArgs>? = null, val cvssV3: Output<CVSSArgs>? = null, val effectiveSeverity: Output<GrafeasV1beta1VulnerabilityDetailsEffectiveSeverity>? = null, val packageIssue: Output<List<PackageIssueArgs>>, val type: Output<String>? = null, val vexAssessment: Output<VexAssessmentArgs>? = null) : ConvertibleToJava<GrafeasV1beta1VulnerabilityDetailsArgs>
Details of a vulnerability Occurrence.
Constructors
Link copied to clipboard
fun GrafeasV1beta1VulnerabilityDetailsArgs(cvssV2: Output<CVSSArgs>? = null, cvssV3: Output<CVSSArgs>? = null, effectiveSeverity: Output<GrafeasV1beta1VulnerabilityDetailsEffectiveSeverity>? = null, packageIssue: Output<List<PackageIssueArgs>>, type: Output<String>? = null, vexAssessment: Output<VexAssessmentArgs>? = null)
Functions
Properties
Link copied to clipboard
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. When there are multiple PackageIssues for this vulnerability, they can have different effective severities because some might be provided by the distro while others are provided by the language ecosystem for a language pack. For this reason, it is advised to use the effective severity on the PackageIssue level. In the case where multiple PackageIssues have differing effective severities, this field should be the highest severity for any of the PackageIssues.