Class: Google::Cloud::WebSecurityScanner::V1beta::Xss

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/websecurityscanner/v1beta/finding_addon.rb

Overview

Information reported for an XSS.

Instance Attribute Summary collapse

Instance Attribute Details

#error_message::String

Returns An error message generated by a javascript breakage.

Returns:

  • (::String)

    An error message generated by a javascript breakage.



104
105
106
107
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/finding_addon.rb', line 104

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

#stack_traces::Array<::String>

Returns Stack traces leading to the point where the XSS occurred.

Returns:

  • (::Array<::String>)

    Stack traces leading to the point where the XSS occurred.



104
105
106
107
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/finding_addon.rb', line 104

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