Web Security Scanner v1 API - Class Xss (2.4.0)

public sealed class Xss : IMessage<Xss>, IEquatable<Xss>, IDeepCloneable<Xss>, IBufferMessage, IMessage

Reference documentation and code samples for the Web Security Scanner v1 API class Xss.

Information reported for an XSS.

Inheritance

object > Xss

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

Xss()

public Xss()

Xss(Xss)

public Xss(Xss other)
Parameter
NameDescription
otherXss

Properties

AttackVector

public Xss.Types.AttackVector AttackVector { get; set; }

The attack vector of the payload triggering this XSS.

Property Value
TypeDescription
XssTypesAttackVector

ErrorMessage

public string ErrorMessage { get; set; }

An error message generated by a javascript breakage.

Property Value
TypeDescription
string

StackTraces

public RepeatedField<string> StackTraces { get; }

Stack traces leading to the point where the XSS occurred.

Property Value
TypeDescription
RepeatedFieldstring

StoredXssSeedingUrl

public string StoredXssSeedingUrl { get; set; }

The reproduction url for the seeding POST request of a Stored XSS.

Property Value
TypeDescription
string