public interface XssOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Xss.AttackVector |
getAttackVector()
The attack vector of the payload triggering this XSS.
|
int |
getAttackVectorValue()
The attack vector of the payload triggering this XSS.
|
String |
getErrorMessage()
An error message generated by a javascript breakage.
|
ByteString |
getErrorMessageBytes()
An error message generated by a javascript breakage.
|
String |
getStackTraces(int index)
Stack traces leading to the point where the XSS occurred.
|
ByteString |
getStackTracesBytes(int index)
Stack traces leading to the point where the XSS occurred.
|
int |
getStackTracesCount()
Stack traces leading to the point where the XSS occurred.
|
List<String> |
getStackTracesList()
Stack traces leading to the point where the XSS occurred.
|
String |
getStoredXssSeedingUrl()
The reproduction url for the seeding POST request of a Stored XSS.
|
ByteString |
getStoredXssSeedingUrlBytes()
The reproduction url for the seeding POST request of a Stored XSS.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<String> getStackTracesList()
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
int getStackTracesCount()
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
String getStackTraces(int index)
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
index
- The index of the element to return.ByteString getStackTracesBytes(int index)
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
index
- The index of the value to return.String getErrorMessage()
An error message generated by a javascript breakage.
string error_message = 2;
ByteString getErrorMessageBytes()
An error message generated by a javascript breakage.
string error_message = 2;
int getAttackVectorValue()
The attack vector of the payload triggering this XSS.
.google.cloud.websecurityscanner.v1.Xss.AttackVector attack_vector = 3;
Xss.AttackVector getAttackVector()
The attack vector of the payload triggering this XSS.
.google.cloud.websecurityscanner.v1.Xss.AttackVector attack_vector = 3;
String getStoredXssSeedingUrl()
The reproduction url for the seeding POST request of a Stored XSS.
string stored_xss_seeding_url = 4;
ByteString getStoredXssSeedingUrlBytes()
The reproduction url for the seeding POST request of a Stored XSS.
string stored_xss_seeding_url = 4;
Copyright © 2022 Google LLC. All rights reserved.