Detail Args
data class DetailArgs(val cpeUri: Output<String>, 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>, val packageType: Output<String>? = null, val severityName: Output<String>? = null, val source: Output<String>? = null, val sourceUpdateTime: Output<String>? = null, val vendor: Output<String>? = null) : ConvertibleToJava<DetailArgs>
Identifies all appearances 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
fun DetailArgs(cpeUri: Output<String>, description: Output<String>? = null, fixedLocation: Output<VulnerabilityLocationArgs>? = null, isObsolete: Output<Boolean>? = null, maxAffectedVersion: Output<VersionArgs>? = null, minAffectedVersion: Output<VersionArgs>? = null, package: Output<String>, packageType: Output<String>? = null, severityName: Output<String>? = null, source: Output<String>? = null, sourceUpdateTime: Output<String>? = null, vendor: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The CPE URI in cpe format in which the vulnerability manifests. Examples include distro or storage location for vulnerable jar.
Link copied to clipboard