Files
SnapOtter/tests/fixtures/security/svg-animate-inject.svg
T

7 lines
195 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg">
<a href="#">
<animate attributeName="href" values="javascript:alert(1)" dur="0s" fill="freeze"/>
<rect width="100" height="100"/>
</a>
</svg>