-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
Implement eslint
rule to catch bad use of innerHTML
#7143
Labels
type:maintenance
tests, chores, or project maintenance
Milestone
Comments
15 tasks
ozyx
added a commit
that referenced
this issue
Oct 16, 2023
ozyx
added a commit
that referenced
this issue
Oct 18, 2023
Testing Notes Plots and Flex layout regression testing |
Testathon 10/26/23, no major issues found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Misuse of
.innerHTML
has bad implications for both security and performance. We should incorporate aneslint
rule to check for bad usage ofinnerHTML
and refactor it all out of our codebase.The text was updated successfully, but these errors were encountered: