Cvss4

class Cvss4

The Common Vulnerability Scoring System (CVSS) version 4 details for the vulnerability.

Types

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

Properties

Link copied to clipboard

The base CVSS v4 score for the vulnerability finding, which rates the severity of the vulnerability on a scale from 0 to 10.

Link copied to clipboard

The CVSS v4 scoring vector, which contains the metrics and measurements that were used to calculate the base score.

Functions

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