CvssScoreDetails

Details about the source of the score, and the factors that determined the adjustments to create the final score.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.

Link copied to clipboard

The source of the finding.

Link copied to clipboard

The CVSS score.

Link copied to clipboard

The source for the CVSS score.

Link copied to clipboard

A vector that measures the severity of the vulnerability.

Link copied to clipboard

The CVSS version that generated the score.

Functions

Link copied to clipboard
inline fun copy(block: CvssScoreDetails.Builder.() -> Unit = {}): CvssScoreDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String