Class Xss (1.3.0)

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

Information reported for an XSS. .. attribute:: stack_traces

Stack traces leading to the point where the XSS occurred.

:type: Sequence[str]

Attributes

NameDescription
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.