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
The following input tested on https://automattic.github.io/juice/
<style>audio{a" onerror=alert(document.domain)>":""}</style> <audio src=""></audio>
Resulted in the valid XSS payload
<audio src="" style="a" onerror=alert(document.domain)>": '';"></audio>
From what I can tell juiceDocument is not affected.
The text was updated successfully, but these errors were encountered:
Related #251 and worth calling out here again the version running on the github page is much older than the version on npm
Sorry, something went wrong.
Yeah it would be useful for the demo to be on the latest version. I also noticed this is not on https://github.com/Automattic/juice/security/advisories
No branches or pull requests
The following input tested on https://automattic.github.io/juice/
Resulted in the valid XSS payload
From what I can tell juiceDocument is not affected.
The text was updated successfully, but these errors were encountered: