-
-
Notifications
You must be signed in to change notification settings - Fork 36
Actionfail
psiinon edited this page Apr 4, 2013
·
2 revisions
The Fail action is used to indicate that the script has not been successful.
It is typically a child of a conditional statement and used to indicate that a vulnerability has been triggered.
Name | Format | Description |
message | String | The failure message to display to the user |
index | Integer | The index of the statement in the script |
elementType | String | Always ZestActionFail |
{ "message": "There is an XSS vulnerability in the 'search' parameter", "index": 1, "elementType": "ZestActionFail" }
- Zest Core for details about Zest