Reference documentation and code samples for the Web Security Scanner V1 API class Google::Cloud::WebSecurityScanner::V1::Xxe.
Information reported for an XXE.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#payload_location
def payload_location() -> ::Google::Cloud::WebSecurityScanner::V1::Xxe::Location
Returns
- (::Google::Cloud::WebSecurityScanner::V1::Xxe::Location) — Location within the request where the payload was placed.
#payload_location=
def payload_location=(value) -> ::Google::Cloud::WebSecurityScanner::V1::Xxe::Location
Parameter
- value (::Google::Cloud::WebSecurityScanner::V1::Xxe::Location) — Location within the request where the payload was placed.
Returns
- (::Google::Cloud::WebSecurityScanner::V1::Xxe::Location) — Location within the request where the payload was placed.
#payload_value
def payload_value() -> ::String
Returns
- (::String) — The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.
#payload_value=
def payload_value=(value) -> ::String
Parameter
- value (::String) — The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.
Returns
- (::String) — The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.