Assessment Response
data class AssessmentResponse(val cve: String, val impacts: List<String>, val justification: JustificationResponse, val longDescription: String, val relatedUris: List<URIResponse>, 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
fun AssessmentResponse(cve: String, impacts: List<String>, justification: JustificationResponse, longDescription: String, relatedUris: List<URIResponse>, remediations: List<RemediationResponse>, shortDescription: String, state: String)