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
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard