We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey man. Great project. Thank you for your work on this.
I was testing this out and bumped in to an XSS.
This gets converted into the following HTML:
<a href="javascript:view('e9ce45f4ef683fb3130c00e93a96fd92c63010b0597249012d47c4f80863663d/tester/');alert(document.domain);('.txt','0','tester');alert(document.domain);('.txt','e9ce45f4ef683fb3130c00e93a96fd92c63010b0597249012d47c4f80863663d');">
The single quote is being html encoded instead of properly escaped for javascript.
The text was updated successfully, but these errors were encountered:
Nice Catch. Should be fixed with: df96847#diff-3f41e546893dc64b71aaacad12cad815
A perfect example of why html escaping provided by the framework is not sufficient against all xss contexts.
Sorry, something went wrong.
No branches or pull requests
Hey man. Great project. Thank you for your work on this.
I was testing this out and bumped in to an XSS.
This gets converted into the following HTML:
The single quote is being html encoded instead of properly escaped for javascript.
The text was updated successfully, but these errors were encountered: