Xss class

Information reported for an XSS.

Constructors

Xss({String? attackVector, String? errorMessage, List<String>? stackTraces, String? storedXssSeedingUrl})
Xss.fromJson(Map json_)

Properties

attackVector String?
The attack vector of the payload triggering this XSS. Possible string values are:
getter/setter pair
errorMessage String?
An error message generated by a javascript breakage.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTraces List<String>?
Stack traces leading to the point where the XSS occurred.
getter/setter pair
storedXssSeedingUrl String?
The reproduction url for the seeding POST request of a Stored XSS.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited