Google Cloud Web Security Scanner V1 Client - Class Xxe (0.7.18)

Reference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class Xxe.

Information reported for an XXE.

Generated from protobuf message google.cloud.websecurityscanner.v1.Xxe

Namespace

Google \ Cloud \ WebSecurityScanner \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ payload_value string

The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.

↳ payload_location int

Location within the request where the payload was placed.

getPayloadValue

The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.

Returns
TypeDescription
string

setPayloadValue

The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPayloadLocation

Location within the request where the payload was placed.

Returns
TypeDescription
int

setPayloadLocation

Location within the request where the payload was placed.

Parameter
NameDescription
var int
Returns
TypeDescription
$this