CvssScore

class CvssScore

The CVSS score for a finding.

Types

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

Properties

Link copied to clipboard

The base CVSS score used for the finding.

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 version of CVSS used for 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