DetailResponse

data class DetailResponse(val cpeUri: String, val description: String, val fixedLocation: VulnerabilityLocationResponse, val isObsolete: Boolean, val maxAffectedVersion: VersionResponse, val minAffectedVersion: VersionResponse, val package: String, val packageType: String, val severityName: String, val source: String, val vendor: String)

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
fun DetailResponse(cpeUri: String, description: String, fixedLocation: VulnerabilityLocationResponse, isObsolete: Boolean, maxAffectedVersion: VersionResponse, minAffectedVersion: VersionResponse, package: String, packageType: String, severityName: String, source: String, vendor: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cpe_uri in cpe format (https://cpe.mitre.org/specification/) in which the vulnerability manifests. Examples include distro or storage location for vulnerable jar. This field can be used as a filter in list requests.

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 name of the package where the vulnerability was found. This field can be used as a filter in list requests.

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.

Link copied to clipboard

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

Link copied to clipboard

The vendor of the product. e.g. "google"