Class: Google::Cloud::SecurityCenter::V2::Vulnerability

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v2/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::V2::Cve

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

Returns:



50
51
52
53
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 50

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

#cwes::Array<::Google::Cloud::SecurityCenter::V2::Cwe>

Returns Represents one or more Common Weakness Enumeration (CWE) information on this vulnerability.

Returns:



50
51
52
53
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 50

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

#fixed_package::Google::Cloud::SecurityCenter::V2::Package

Returns The fixed package is relevant to the finding.

Returns:



50
51
52
53
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 50

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

#offending_package::Google::Cloud::SecurityCenter::V2::Package

Returns The offending package is relevant to the finding.

Returns:



50
51
52
53
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 50

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

#provider_risk_score::Integer

Returns Provider provided risk_score based on multiple factors. The higher the risk score, the more risky the vulnerability is.

Returns:

  • (::Integer)

    Provider provided risk_score based on multiple factors. The higher the risk score, the more risky the vulnerability is.



50
51
52
53
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 50

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

#reachable::Boolean

Returns Represents whether the vulnerability is reachable (detected via static analysis).

Returns:

  • (::Boolean)

    Represents whether the vulnerability is reachable (detected via static analysis)



50
51
52
53
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 50

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

#security_bulletin::Google::Cloud::SecurityCenter::V2::SecurityBulletin

Returns The security bulletin is relevant to this finding.

Returns:



50
51
52
53
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 50

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