Skip to content
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 all HTML and scripts in product attributes #51

Open
olzen90 opened this issue Sep 4, 2017 · 0 comments
Open

Escape all HTML and scripts in product attributes #51

olzen90 opened this issue Sep 4, 2017 · 0 comments

Comments

@olzen90
Copy link
Contributor

olzen90 commented Sep 4, 2017

Customers who send us HTML and Javascript in their product attributes, cause the Importer to fail, since the script type="text/javascript" part is not escaped.

Example data from importer:

<meta charset=\"utf-8\"><script type="text/javascript">window.NREUM||(NREUM={}),__nr_requ

Make sure that all HTML and scripts are escaped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant