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
Element.setHTMLUnsafe()
When implemented, setHTMLUnsafe() can be used as another unsafe XSS sink, similar to assignments to innerHTML.
setHTMLUnsafe()
innerHTML
The linter should disallow it just as well. The function implemented and not included in the linter rules constitutes an XSS risk.
The text was updated successfully, but these errors were encountered:
Add support for setHTMLUnsafe - fix #232
195f52b
64cbbae
No branches or pull requests
When implemented,
setHTMLUnsafe()
can be used as another unsafe XSS sink, similar to assignments toinnerHTML
.The linter should disallow it just as well.
The function implemented and not included in the linter rules constitutes an XSS risk.
The text was updated successfully, but these errors were encountered: