Class: Google::Cloud::SecurityCenter::V2::Cwe

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

Overview

CWE stands for Common Weakness Enumeration. Information about this weakness, as described by CWE.

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns The CWE identifier, e.g. CWE-94.

Returns:

  • (::String)

    The CWE identifier, e.g. CWE-94



358
359
360
361
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 358

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

#references::Array<::Google::Cloud::SecurityCenter::V2::Reference>

Returns Any reference to the details on the CWE, for example, https://cwe.mitre.org/data/definitions/94.html.

Returns:



358
359
360
361
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 358

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