Disallow the `name` attribute on all user-provided markup
A malicious user was able to do something like
<img src="" name="getElementById">
to override the `document.getElementById` method, which would result in
JavaScript errors being thrown.
See https://gitlab.com/gitlab-org/gitlab-ce/issues/36104
Showing
changelogs/unreleased/rs-issue-36104.yml
0 → 100644
Please
register
or
sign in
to comment