Assessment Response
data class AssessmentResponse(val cve: String, val impacts: List<String>, val justification: JustificationResponse, val longDescription: String, val relatedUris: List<RelatedUrlResponse>, val remediations: List<RemediationResponse>, val shortDescription: String, val state: String)
Assessment provides all information that is related to a single vulnerability for this product.
Constructors
Link copied to clipboard
constructor(cve: String, impacts: List<String>, justification: JustificationResponse, longDescription: String, relatedUris: List<RelatedUrlResponse>, remediations: List<RemediationResponse>, shortDescription: String, state: String)
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.