Class Xxe (1.11.1)

Xxe(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information reported for an XXE.

Attributes

NameDescription
payload_value str
The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.
payload_location google.cloud.websecurityscanner_v1.types.Xxe.Location
Location within the request where the payload was placed.

Classes

Location

Location(value)

Locations within a request where XML was substituted.

Values: LOCATION_UNSPECIFIED (0): Unknown Location. COMPLETE_REQUEST_BODY (1): The XML payload replaced the complete request body.