Detail Args
data class DetailArgs(val cpeUri: Output<String>? = null, val description: Output<String>? = null, val fixedLocation: Output<VulnerabilityLocationArgs>? = null, val isObsolete: Output<Boolean>? = null, val maxAffectedVersion: Output<VersionArgs>? = null, val minAffectedVersion: Output<VersionArgs>? = null, val package: Output<String>? = null, val packageType: Output<String>? = null, val severityName: Output<String>? = null, val source: Output<String>? = null, val vendor: Output<String>? = null) : ConvertibleToJava<DetailArgs>
Identifies all occurrences of this vulnerability in the package for a specific distro/location For example: glibc in cpe:/o:debian:debian_linux:8 for versions 2.1 - 2.2
Constructors
Link copied to clipboard
constructor(cpeUri: Output<String>? = null, description: Output<String>? = null, fixedLocation: Output<VulnerabilityLocationArgs>? = null, isObsolete: Output<Boolean>? = null, maxAffectedVersion: Output<VersionArgs>? = null, minAffectedVersion: Output<VersionArgs>? = null, package: Output<String>? = null, packageType: Output<String>? = null, severityName: Output<String>? = null, source: Output<String>? = null, vendor: Output<String>? = null)
Properties
Link copied to clipboard
A vendor-specific description of this note.
Link copied to clipboard
The fix for this specific package version.
Link copied to clipboard
Whether this Detail is obsolete. Occurrences are expected not to point to obsolete details.
Link copied to clipboard
The max version of the package in which the vulnerability exists.
Link copied to clipboard
The min version of the package in which the vulnerability exists.
Link copied to clipboard
The type of package; whether native or non native(ruby gems, node.js packages etc)
Link copied to clipboard
The severity (eg: distro assigned severity) for this vulnerability.