Reference documentation and code samples for the Web Security Scanner V1beta API class Google::Cloud::WebSecurityScanner::V1beta::Xss.
Information reported for an XSS.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error_message
def error_message() -> ::String
Returns
- (::String) — An error message generated by a javascript breakage.
#error_message=
def error_message=(value) -> ::String
Parameter
- value (::String) — An error message generated by a javascript breakage.
Returns
- (::String) — An error message generated by a javascript breakage.
#stack_traces
def stack_traces() -> ::Array<::String>
Returns
- (::Array<::String>) — Stack traces leading to the point where the XSS occurred.
#stack_traces=
def stack_traces=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Stack traces leading to the point where the XSS occurred.
Returns
- (::Array<::String>) — Stack traces leading to the point where the XSS occurred.