VulnerabilityTypeResponse

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
fun VulnerabilityTypeResponse(cvssScore: Double, cvssV2: CVSSResponse, cvssVersion: String, cwe: List<String>, details: List<DetailResponse>, severity: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CVSS score for this Vulnerability.

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

A list of CWE for this vulnerability. For details, see: https://cwe.mitre.org/index.html

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.

Link copied to clipboard

Note provider assigned impact of the vulnerability