Class Xss (1.9.0)

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

Information reported for an XSS.

Attributes

NameDescription
stack_traces Sequence[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.

Inheritance

builtins.object > proto.message.Message > Xss

Classes

AttackVector

AttackVector(value)

Types of XSS attack vector.