Vex Assessment Args
data class VexAssessmentArgs(val cve: Output<String>? = null, val impacts: Output<List<String>>? = null, val justification: Output<JustificationArgs>? = null, val noteName: Output<String>? = null, val relatedUris: Output<List<RelatedUrlArgs>>? = null, val remediations: Output<List<RemediationArgs>>? = null, val state: Output<VexAssessmentState>? = null) : ConvertibleToJava<VexAssessmentArgs>
VexAssessment provides all publisher provided Vex information that is related to this vulnerability.
Constructors
Link copied to clipboard
constructor(cve: Output<String>? = null, impacts: Output<List<String>>? = null, justification: Output<JustificationArgs>? = null, noteName: Output<String>? = null, relatedUris: Output<List<RelatedUrlArgs>>? = null, remediations: Output<List<RemediationArgs>>? = null, state: Output<VexAssessmentState>? = null)
Properties
Link copied to clipboard
Justification provides the justification when the state of the assessment if NOT_AFFECTED.
Link copied to clipboard
Holds a list of references associated with this vulnerability item and assessment.
Link copied to clipboard
Specifies details on how to handle (and presumably, fix) a vulnerability.
Link copied to clipboard
Provides the state of this Vulnerability assessment.