Class: Grafeas::V1::UpgradeDistribution

Inherits:
Object
  • Object
show all
Defined in:
lib/grafeas/v1/doc/grafeas/v1/upgrade.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#classificationString

Returns 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).

Returns:



56
# File 'lib/grafeas/v1/doc/grafeas/v1/upgrade.rb', line 56

class UpgradeDistribution; end

#cpe_uriString

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

Returns:



56
# File 'lib/grafeas/v1/doc/grafeas/v1/upgrade.rb', line 56

class UpgradeDistribution; end

#cveArray<String>

Returns The cve tied to this Upgrade.

Returns:

  • (Array<String>)

    The cve tied to this Upgrade.



56
# File 'lib/grafeas/v1/doc/grafeas/v1/upgrade.rb', line 56

class UpgradeDistribution; end

#severityString

Returns The severity as specified by the upstream operating system.

Returns:

  • (String)

    The severity as specified by the upstream operating system.



56
# File 'lib/grafeas/v1/doc/grafeas/v1/upgrade.rb', line 56

class UpgradeDistribution; end