public interface XxeOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Xxe.Location |
getPayloadLocation()
Location within the request where the payload was placed.
|
int |
getPayloadLocationValue()
Location within the request where the payload was placed.
|
String |
getPayloadValue()
The XML string that triggered the XXE vulnerability.
|
ByteString |
getPayloadValueBytes()
The XML string that triggered the XXE vulnerability.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getPayloadValue()
The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.
string payload_value = 1;
ByteString getPayloadValueBytes()
The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.
string payload_value = 1;
int getPayloadLocationValue()
Location within the request where the payload was placed.
.google.cloud.websecurityscanner.v1.Xxe.Location payload_location = 2;
Xxe.Location getPayloadLocation()
Location within the request where the payload was placed.
.google.cloud.websecurityscanner.v1.Xxe.Location payload_location = 2;
Copyright © 2022 Google LLC. All rights reserved.