Reference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class Xss.
Information reported for an XSS.
Generated from protobuf message google.cloud.websecurityscanner.v1.Xss
Namespace
Google \ Cloud \ WebSecurityScanner \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ stack_traces
array
Stack traces leading to the point where the XSS occurred.
↳ error_message
string
An error message generated by a javascript breakage.
↳ attack_vector
int
The attack vector of the payload triggering this XSS.
↳ stored_xss_seeding_url
string
The reproduction url for the seeding POST request of a Stored XSS.
getStackTraces
Stack traces leading to the point where the XSS occurred.
setStackTraces
Stack traces leading to the point where the XSS occurred.
var
string[]
$this
getErrorMessage
An error message generated by a javascript breakage.
string
setErrorMessage
An error message generated by a javascript breakage.
var
string
$this
getAttackVector
The attack vector of the payload triggering this XSS.
int
setAttackVector
The attack vector of the payload triggering this XSS.
var
int
$this
getStoredXssSeedingUrl
The reproduction url for the seeding POST request of a Stored XSS.
string
setStoredXssSeedingUrl
The reproduction url for the seeding POST request of a Stored XSS.
var
string
$this