Vulnerability Type Args
data class VulnerabilityTypeArgs(val cvssScore: Output<Double>? = null, val cvssV2: Output<CVSSArgs>? = null, val cvssVersion: Output<VulnerabilityTypeCvssVersion>? = null, val cwe: Output<List<String>>? = null, val details: Output<List<DetailArgs>>? = null, val severity: Output<VulnerabilityTypeSeverity>? = null) : ConvertibleToJava<VulnerabilityTypeArgs>
VulnerabilityType provides metadata about a security vulnerability.
Constructors
Link copied to clipboard
constructor(cvssScore: Output<Double>? = null, cvssV2: Output<CVSSArgs>? = null, cvssVersion: Output<VulnerabilityTypeCvssVersion>? = null, cwe: Output<List<String>>? = null, details: Output<List<DetailArgs>>? = null, severity: Output<VulnerabilityTypeSeverity>? = null)
Properties
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.
Link copied to clipboard
Note provider assigned impact of the vulnerability