Closed fafiebig closed 4 years ago
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Sonata packages
Symfony packages
PHP version
Subject
when using XSS code in the block name field in the page editor view, it will be executed by javascript.
Steps to reproduce
add a new block into a container and enter
into the block name field (top field of the new block) and store the block. Expand the block and the XSS will be executed
Expected results
XSS code should not be executed (should be validated on store)