Class: Google::Cloud::WebSecurityScanner::V1beta::Xss
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1beta::Xss
- 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
-
#error_message ⇒ ::String
An error message generated by a javascript breakage.
-
#stack_traces ⇒ ::Array<::String>
Stack traces leading to the point where the XSS occurred.
Instance Attribute Details
#error_message ⇒ ::String
Returns 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.
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 |