RemediationResponse

data class RemediationResponse(val details: String, val remediationType: String, val remediationUri: URIResponse)

Specifies details on how to handle (and presumably, fix) a vulnerability.

Constructors

Link copied to clipboard
fun RemediationResponse(details: String, remediationType: String, remediationUri: URIResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains a comprehensive human-readable discussion of the remediation.

Link copied to clipboard

The type of remediation that can be applied.

Link copied to clipboard

Contains the URL where to obtain the remediation.