public sealed class Xxe : IMessage<Xxe>, IEquatable<Xxe>, IDeepCloneable<Xxe>, IBufferMessage, IMessageReference documentation and code samples for the Web Security Scanner v1 API class Xxe.
Information reported for an XXE.
Namespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
Xxe()
public Xxe()Xxe(Xxe)
public Xxe(Xxe other)| Parameter | |
|---|---|
| Name | Description |
other |
Xxe |
Properties
PayloadLocation
public Xxe.Types.Location PayloadLocation { get; set; }Location within the request where the payload was placed.
| Property Value | |
|---|---|
| Type | Description |
XxeTypesLocation |
|
PayloadValue
public string PayloadValue { get; set; }The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.
| Property Value | |
|---|---|
| Type | Description |
string |
|