Assessment Args
data class AssessmentArgs(val cve: Output<String>? = null, val impacts: Output<List<String>>? = null, val justification: Output<JustificationArgs>? = null, val longDescription: Output<String>? = null, val relatedUris: Output<List<RelatedUrlArgs>>? = null, val remediations: Output<List<RemediationArgs>>? = null, val shortDescription: Output<String>? = null, val state: Output<AssessmentState>? = null) : ConvertibleToJava<AssessmentArgs>
Assessment provides all information that is related to a single vulnerability for this product.
Constructors
Link copied to clipboard
constructor(cve: Output<String>? = null, impacts: Output<List<String>>? = null, justification: Output<JustificationArgs>? = null, longDescription: Output<String>? = null, relatedUris: Output<List<RelatedUrlArgs>>? = null, remediations: Output<List<RemediationArgs>>? = null, shortDescription: Output<String>? = null, state: Output<AssessmentState>? = null)
Properties
Link copied to clipboard
Justification provides the justification when the state of the assessment if NOT_AFFECTED.
Link copied to clipboard
A detailed description of this Vex.
Link copied to clipboard
Holds a list of references associated with this vulnerability item and assessment. These uris have additional information about the vulnerability and the assessment itself. E.g. Link to a document which details how this assessment concluded the state of this vulnerability.
Link copied to clipboard
Specifies details on how to handle (and presumably, fix) a vulnerability.
Link copied to clipboard
A one sentence description of this Vex.
Link copied to clipboard
Provides the state of this Vulnerability assessment.