UpgradeDistributionResponse

data class UpgradeDistributionResponse(val classification: String, val cpeUri: String, val cve: List<String>, val severity: String)

The Upgrade Distribution represents metadata about the Upgrade for each operating system (CPE). Some distributions have additional metadata around updates, classifying them into various categories and severities.

Constructors

Link copied to clipboard
fun UpgradeDistributionResponse(classification: String, cpeUri: String, cve: List<String>, severity: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The operating system classification of this Upgrade, as specified by the upstream operating system upgrade feed.

Link copied to clipboard

Required - The specific operating system this metadata applies to. See https://cpe.mitre.org/specification/.

Link copied to clipboard

The cve that would be resolved by this upgrade.

Link copied to clipboard

The severity as specified by the upstream operating system.