Xss(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information reported for an XSS.
Attributes |
|
---|---|
Name | Description |
stack_traces |
MutableSequence[str]
Stack traces leading to the point where the XSS occurred. |
error_message |
str
An error message generated by a javascript breakage. |
attack_vector |
google.cloud.websecurityscanner_v1.types.Xss.AttackVector
The attack vector of the payload triggering this XSS. |
stored_xss_seeding_url |
str
The reproduction url for the seeding POST request of a Stored XSS. |
Classes
AttackVector
AttackVector(value)
Types of XSS attack vector.