Web Security Scanner v1 API - Class Xxe (2.4.0)

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

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

Information reported for an XXE.

Inheritance

object > Xxe

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

Xxe()

public Xxe()

Xxe(Xxe)

public Xxe(Xxe other)
Parameter
NameDescription
otherXxe

Properties

PayloadLocation

public Xxe.Types.Location PayloadLocation { get; set; }

Location within the request where the payload was placed.

Property Value
TypeDescription
XxeTypesLocation

PayloadValue

public string PayloadValue { get; set; }

The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.

Property Value
TypeDescription
string