UpgradeDistribution

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.

JSON representation
{
 "cpeUri": string,
 "classification": string,
 "severity": string,
 "cve": [
 string
 ]
}
Fields
cpeUri

string

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

classification

string

The operating system classification of this Upgrade, as specified by the upstream operating system upgrade feed. For Windows the classification is one of the category_ids listed at https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ff357803(v=vs.85)

severity

string

The severity as specified by the upstream operating system.

cve[]

string

The cve tied to this Upgrade.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年06月13日 UTC.