Class: Grafeas::V1::UpgradeDistribution

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/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

#classification::String

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:



63
64
65
66
# File 'proto_docs/grafeas/v1/upgrade.rb', line 63

class UpgradeDistribution
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#cpe_uri::String

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

Returns:



63
64
65
66
# File 'proto_docs/grafeas/v1/upgrade.rb', line 63

class UpgradeDistribution
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#cve::Array<::String>

Returns The cve tied to this Upgrade.

Returns:

  • (::Array<::String>)

    The cve tied to this Upgrade.



63
64
65
66
# File 'proto_docs/grafeas/v1/upgrade.rb', line 63

class UpgradeDistribution
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#severity::String

Returns The severity as specified by the upstream operating system.

Returns:

  • (::String)

    The severity as specified by the upstream operating system.



63
64
65
66
# File 'proto_docs/grafeas/v1/upgrade.rb', line 63

class UpgradeDistribution
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end