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.
Namespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
Xss()
public Xss()
Xss(Xss)
public Xss(Xss other)
Parameter | |
---|---|
Name | Description |
other |
Xss |
Properties
AttackVector
public Xss.Types.AttackVector AttackVector { get; set; }
The attack vector of the payload triggering this XSS.
Property Value | |
---|---|
Type | Description |
XssTypesAttackVector |
ErrorMessage
public string ErrorMessage { get; set; }
An error message generated by a javascript breakage.
Property Value | |
---|---|
Type | Description |
string |
StackTraces
public RepeatedField<string> StackTraces { get; }
Stack traces leading to the point where the XSS occurred.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
StoredXssSeedingUrl
public string StoredXssSeedingUrl { get; set; }
The reproduction url for the seeding POST request of a Stored XSS.
Property Value | |
---|---|
Type | Description |
string |