Vulnerability Type Response
data class VulnerabilityTypeResponse(val cvssScore: Double, val cvssV2: CVSSResponse, val cvssVersion: String, val cwe: List<String>, val details: List<DetailResponse>, val severity: String)
VulnerabilityType provides metadata about a security vulnerability.
Constructors
Link copied to clipboard
constructor(cvssScore: Double, cvssV2: CVSSResponse, cvssVersion: String, cwe: List<String>, details: List<DetailResponse>, severity: String)
Properties
Link copied to clipboard
The full description of the CVSS for version 2.
Link copied to clipboard
CVSS version used to populate cvss_score and severity.
Link copied to clipboard
All information about the package to specifically identify this vulnerability. One entry per (version range and cpe_uri) the package vulnerability has manifested in.