-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
begginerGood issues for begginersGood issues for begginersenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedGood for contributorsGood for contributors
Description
How can the project be improved?
Avoid forbidden characters in the search box in order to prevent security issues such as XSS through code injection
How can this be solved?
Given a shopper typing in the search-box component
when the shopper types forbidden characters like <
or >
then the search box prevents the acceptance of this characters
and nothing changes in the search box.
Proposed solution
Add a config to the SearchBox module to pass the characters to be forbidden.
Customizations supported
No response
Additional information
This is the location of the search-box module
Code of Conduct
- I agree to follow this project's Code of Conduct.
Metadata
Metadata
Assignees
Labels
begginerGood issues for begginersGood issues for begginersenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedGood for contributorsGood for contributors