-
Notifications
You must be signed in to change notification settings - Fork 9.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
Update jquery.metadata.js DOM text reinterpreted as HTML #38836
base: 2.4-develop
Are you sure you want to change the base?
Conversation
Hi @Shivam7-1. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento run all tests |
@magento create issue |
Hello @Shivam7-1, Thanks for your contribution! We can see you have created multiple PRs with the same fix, some of them are as follows:
We request you to please merge all of them and create a single PR. Thanks |
Hi @engcom-Hotel Could You please check into this |
Hello @Shivam7-1, I suggest creating a single PR that includes all the changes from this PR as well as the PRs mentioned in this comment. We will proceed with that newly created PR. Thanks! |
Hi @engcom-Hotel Thanks For Suggestion As All Comments in PR States That it Accepted |
You can still merge them with a single PR. Please do the needful. We are moving this PR Thanks |
Hii @engcom-Hotel |
Thanks @Shivam7-1, now can you please close this PR and the PRs mentioned in this #38836 (comment), as all code changes have been merged into this PR #38945 |
Hi @engcom-Hotel Is My All code for Reviewed and Merged also ? |
@Shivam7-1 it will be reviewed. But as you have created a single PR by merging all of the listed PR including this one. Then we can refer to the new PR for further processing. So please close this PR and all other PRs as well. Thanks |
Hi @engcom-Hotel I had Closed all Above PR ASAP if Possible |
Hi @Shivam7-1. Thank you for your contribution!
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
Description (*)
By using innerText, it will avoid the risk of HTML injection, as these properties automatically escape any HTML special characters in the provided text. This helps prevent cross-site scripting (XSS) vulnerabilities by treating the input as plain text rather than interpreted HTML.
Contribution checklist (*)
Resolved issues: