Vex Assessment Response
data class VexAssessmentResponse(val cve: String, val impacts: List<String>, val justification: JustificationResponse, val noteName: String, val relatedUris: List<URIResponse>, val remediations: List<RemediationResponse>, val state: String)
VexAssessment provides all publisher provided Vex information that is related to this vulnerability.
Constructors
Link copied to clipboard
fun VexAssessmentResponse(cve: String, impacts: List<String>, justification: JustificationResponse, noteName: String, relatedUris: List<URIResponse>, remediations: List<RemediationResponse>, state: String)