CVSSv3Response

data class CVSSv3Response(val attackComplexity: String, val attackVector: String, val availabilityImpact: String, val baseScore: Double, val confidentialityImpact: String, val exploitabilityScore: Double, val impactScore: Double, val integrityImpact: String, val privilegesRequired: String, val scope: String, val userInteraction: String)

Deprecated. Common Vulnerability Scoring System version 3. For details, see https://www.first.org/cvss/specification-document

Constructors

Link copied to clipboard
constructor(attackComplexity: String, attackVector: String, availabilityImpact: String, baseScore: Double, confidentialityImpact: String, exploitabilityScore: Double, impactScore: Double, integrityImpact: String, privilegesRequired: String, scope: String, userInteraction: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Base Metrics Represents the intrinsic characteristics of a vulnerability that are constant over time and across user environments.

Link copied to clipboard
Link copied to clipboard

The base score is a function of the base metric scores.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard