Cvss

class Cvss

CVSS scores from the advisory related to the vulnerability.

Types

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

Properties

Link copied to clipboard

Adjustments to the CVSS metrics.

Link copied to clipboard

The base CVSS score.

Link copied to clipboard

The base scoring vector for the CVSS score.

Link copied to clipboard

The origin of the original CVSS score and vector.

Link copied to clipboard

The version of CVSS for the CVSS score.

Functions

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