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
Describe a bug. Pasted blocks are not sanitized, It may occurs XSS attack!
Steps to reproduce:
<b onclick="alert('XSS test')">Click me!</b>
Please see the following GIF animation.
Expected behavior: Pasted blocks should be sanitized.
Screenshots:
Editor.js version: v2.19.0
The text was updated successfully, but these errors were encountered:
👋 @gohabereg @neSpecc did you have a chance to follow up on this issue? We (at snyk) would like to add it to our vulnerability db if it is valid.
Sorry, something went wrong.
Actually, it will be sanitised on saving, so this is not a real vulnerability. But we will think about it.
@neSpecc Thank you! I'll fix it and send PR.
No branches or pull requests
Describe a bug.
Pasted blocks are not sanitized, It may occurs XSS attack!
Steps to reproduce:
<b onclick="alert('XSS test')">Click me!</b>
Please see the following GIF animation.
Expected behavior:
Pasted blocks should be sanitized.
Screenshots:

Editor.js version: v2.19.0
The text was updated successfully, but these errors were encountered: