GrafeasV1beta1VulnerabilityDetailsArgs

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

Link copied to clipboard
open override fun toJava(): GrafeasV1beta1VulnerabilityDetailsArgs

Properties

Link copied to clipboard
val cvssV2: Output<CVSSArgs>? = null

The cvss v2 score for the vulnerability.

Link copied to clipboard
val cvssV3: Output<CVSSArgs>? = null

The cvss v3 score for the vulnerability.

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.

Link copied to clipboard

The set of affected locations and their fixes (if available) within the associated resource.

Link copied to clipboard
val type: Output<String>? = null

The type of package; whether native or non native(ruby gems, node.js packages etc)

Link copied to clipboard
val vexAssessment: Output<VexAssessmentArgs>? = null