CvssScore

class CvssScore

Amazon Inspector generates a risk score for each finding. This score helps you to prioritize findings, to focus on the most critical findings and the most vulnerable resources. The score uses the Common Vulnerability Scoring System (CVSS) format. This format is a modification of the base CVSS score that the National Vulnerability Database (NVD) provides. For more information about severity levels, see Severity levels for Amazon Inspector findings in the Amazon Inspector User Guide.

Types

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

Properties

Link copied to clipboard

The CVSS base score.

Link copied to clipboard

The vector string of the CVSS score.

Link copied to clipboard

The source of the CVSS score.

Link copied to clipboard

The CVSS version that generated the score.

Functions

Link copied to clipboard
inline fun copy(block: CvssScore.Builder.() -> Unit = {}): CvssScore
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