gentics / mesh-ui

Gentics Mesh UI
https://getmesh.io
Apache License 2.0
23 stars 27 forks source link

SUP-13555: Name output sanitization #359

Closed deckdom closed 1 year ago

deckdom commented 1 year ago

Names and other variables which are controlled by the user, are never sanitized when printed which could be used for XSS. Required/Special characters which may lead to XSS are now escaped to HTML/XML entities before putting them into the DOM.