DetailArgs

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
constructor(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)

Properties

Link copied to clipboard
val cpeUri: Output<String>

The CPE URI in cpe format in which the vulnerability manifests. Examples include distro or storage location for vulnerable jar.

Link copied to clipboard
val description: Output<String>? = null

A vendor-specific description of this note.

Link copied to clipboard

The fix for this specific package version.

Link copied to clipboard
val isObsolete: Output<Boolean>? = null

Whether this detail is obsolete. Occurrences are expected not to point to obsolete details.

Link copied to clipboard
val maxAffectedVersion: Output<VersionArgs>? = null

The max version of the package in which the vulnerability exists.

Link copied to clipboard
val minAffectedVersion: Output<VersionArgs>? = null

The min version of the package in which the vulnerability exists.

Link copied to clipboard
val package: Output<String>

The name of the package where the vulnerability was found.

Link copied to clipboard
val packageType: Output<String>? = null

The type of package; whether native or non native(ruby gems, node.js packages etc).

Link copied to clipboard
val severityName: Output<String>? = null

The severity (eg: distro assigned severity) for this vulnerability.

Link copied to clipboard
val source: Output<String>? = null

The source from which the information in this Detail was obtained.

Link copied to clipboard
val sourceUpdateTime: Output<String>? = null

The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.

Link copied to clipboard
val vendor: Output<String>? = null

The name of the vendor of the product.

Functions

Link copied to clipboard
open override fun toJava(): DetailArgs