Cvss2

class Cvss2

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

Types

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

Properties

Link copied to clipboard

The CVSS v2 base score for the vulnerability.

Link copied to clipboard

The scoring vector associated with the CVSS v2 score.

Functions

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