-
- Downloads
Fix XSS in resolve conflicts form
The issue arose when the branch name contained Vue template JavaScript. The fix is to use `v-pre` which disables Vue compilation in a template.
Showing
- app/views/projects/merge_requests/conflicts/_submit_form.html.haml 1 addition, 1 deletion.../projects/merge_requests/conflicts/_submit_form.html.haml
- changelogs/unreleased/security-56927-xss-resolve-conflicts-branch-name.yml 5 additions, 0 deletions...ased/security-56927-xss-resolve-conflicts-branch-name.yml
- spec/features/merge_request/user_resolves_conflicts_spec.rb 15 additions, 0 deletionsspec/features/merge_request/user_resolves_conflicts_spec.rb
Please register or sign in to comment