public sealed class Xss : IMessage<Xss>, IEquatable<Xss>, IDeepCloneable<Xss>, IBufferMessage, IMessage
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 |
Xss.Types.AttackVector |
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 |
RepeatedField<String> |
StoredXssSeedingUrl
public string StoredXssSeedingUrl { get; set; }
The reproduction url for the seeding POST request of a Stored XSS.
Property Value | |
---|---|
Type | Description |
String |