Class: Google::Cloud::SecurityCenter::V1::Vulnerability

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/vulnerability.rb

Overview

Refers to common vulnerability fields e.g. cve, cvss, cwe etc.

Instance Attribute Summary collapse

Instance Attribute Details

#cve::Google::Cloud::SecurityCenter::V1::Cve

Returns CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/).

Returns:



38
39
40
41
# File 'proto_docs/google/cloud/securitycenter/v1/vulnerability.rb', line 38

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

#fixed_package::Google::Cloud::SecurityCenter::V1::Package

Returns The fixed package is relevant to the finding.

Returns:



38
39
40
41
# File 'proto_docs/google/cloud/securitycenter/v1/vulnerability.rb', line 38

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

#offending_package::Google::Cloud::SecurityCenter::V1::Package

Returns The offending package is relevant to the finding.

Returns:



38
39
40
41
# File 'proto_docs/google/cloud/securitycenter/v1/vulnerability.rb', line 38

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

#security_bulletin::Google::Cloud::SecurityCenter::V1::SecurityBulletin

Returns The security bulletin is relevant to this finding.

Returns:



38
39
40
41
# File 'proto_docs/google/cloud/securitycenter/v1/vulnerability.rb', line 38

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