JustificationResponse

data class JustificationResponse(val details: String, val justificationType: String)

Justification provides the justification when the state of the assessment if NOT_AFFECTED.

Constructors

Link copied to clipboard
fun JustificationResponse(details: String, justificationType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional details on why this justification was chosen.

Link copied to clipboard

The justification type for this vulnerability.