You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for text input -> <a href="clickme" onclick="alert(12);">clickme</a> -> gives an XSS issue,
for text node in template -> <a href="clickme" onclick="alert(12);">clickme</a> -> gives an XSS issue,
for number input -> <a href="clickme" onclick="alert(12);">clickme</a> -> gives eee12e result
The text was updated successfully, but these errors were encountered:
for
text input
-><a href="clickme" onclick="alert(12);">clickme</a>
-> gives an XSS issue,for
text
node in template -><a href="clickme" onclick="alert(12);">clickme</a>
-> gives an XSS issue,for
number input
-><a href="clickme" onclick="alert(12);">clickme</a>
-> giveseee12e
resultThe text was updated successfully, but these errors were encountered: