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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setPayloadValue
The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPayloadLocation
Location within the request where the payload was placed.
Returns | |
---|---|
Type | Description |
int |
setPayloadLocation
Location within the request where the payload was placed.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |