Skip to content

Instantly share code, notes, and snippets.

@mlegenhausen
Created January 23, 2025 12:44
Show Gist options
  • Save mlegenhausen/e13f0aad4e0d753b440eccdae8bef1e7 to your computer and use it in GitHub Desktop.
Save mlegenhausen/e13f0aad4e0d753b440eccdae8bef1e7 to your computer and use it in GitHub Desktop.
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 200">
<circle cx="250" cy="100" r="50" fill="blue" />
<script type="text/javascript">
alert('XSS');
</script>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment