Cvss3

class Cvss3

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

Types

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

Properties

Link copied to clipboard

The CVSS v3 base score for the vulnerability.

Link copied to clipboard

The scoring vector associated with the CVSS v3 score.

Functions

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