-
Notifications
You must be signed in to change notification settings - Fork 8.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
Set values as html to table rows #48911
Set values as html to table rows #48911
Conversation
Fix regression of #43240 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code LGTM
💔 Build Failed |
💔 Build Failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM, tested locally in Chrome
💔 Build Failed |
Retest |
💚 Build Succeeded |
dear @LeeDr could we merge this into 7.5, it's not critical but fixing 2 regressions? |
We need to undo / or improve this! There are serious security concerns with this solution: For instance, there could be an ES field containing: Aside from this worst case any html stored in the ES record would be displayed So we need to be sure / check that the html is generated by our code / formatters, then setting using |
As @kertal mentioned: this needs to be reverted due to the introduced XSS attack. Please @Avinar-24 create a PR that reverts that change from master. So we need to wait for the actual save implementation @kertal is working on for fixing this actually. Also that PR showed that we're missing the |
💚 Build Succeeded |
Summary
Update: Has been reverted (#49306)
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers