-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Escape product names and translations inside js #2673
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
Component: Bundle
Relates to Mage_Bundle
Component: Catalog
Relates to Mage_Catalog
Component: Checkout
Relates to Mage_Checkout
Component: Downloadable
Relates to Mage_Downloadable
Template : base
Relates to base template
Template : default
Relates to base template
Template : rwd
Relates to rwd template
labels
Nov 2, 2022
LGTM. Can you please setup your git credentials and amend the commits. |
Judx
force-pushed
the
escape-js
branch
2 times, most recently
from
November 3, 2022 10:40
a18f8c6
to
170cd7d
Compare
I signed the commits and they are now verified with my key. |
elidrissidev
previously approved these changes
Nov 3, 2022
LGTM, but i can't reproduce. I have no JS error in console. |
sreichel
added
review needed
Problem should be verified
and removed
needs investigation
labels
Jan 4, 2023
github-actions
bot
removed
Template : default
Relates to base template
Component: Downloadable
Relates to Mage_Downloadable
labels
May 13, 2023
I've rebased it and fixed conflicts, it worked fine :-) |
the force push for the rebase dismissed @elidrissidev review sadly |
fballiano
reviewed
May 13, 2023
app/design/frontend/rwd/default/template/checkout/cart/item/default.phtml
Show resolved
Hide resolved
elidrissidev
previously approved these changes
May 29, 2023
fballiano
approved these changes
May 29, 2023
elidrissidev
approved these changes
May 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: Bundle
Relates to Mage_Bundle
Component: Catalog
Relates to Mage_Catalog
Component: Checkout
Relates to Mage_Checkout
review needed
Problem should be verified
Template : base
Relates to base template
Template : rwd
Relates to rwd template
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description (*)
Product names and translations are not escaped before being echoed into a JavaScript block.
If the product name and/or translation would include a double quote (
"
) that would break the JavaScript.Related Pull Requests
#2366
Manual testing scenarios (*)
i.e. JavaScript breaks when MAP with TIER-prices enabled
"
in the nameContribution checklist (*)