-
- Downloads
Merge branch 'security-49085-persistent-xss-rendering' into 'master'
[master] Fixed persistent XSS rendering/escaping of diff location lines See merge request gitlab/gitlabhq!2463
No related branches found
No related tags found
Showing
- app/views/projects/diffs/_line.html.haml 2 additions, 2 deletionsapp/views/projects/diffs/_line.html.haml
- app/views/projects/diffs/_parallel_view.html.haml 2 additions, 2 deletionsapp/views/projects/diffs/_parallel_view.html.haml
- changelogs/unreleased/security-49085-persistent-xss-rendering.yml 5 additions, 0 deletions...gs/unreleased/security-49085-persistent-xss-rendering.yml
- lib/gitlab/diff/highlight.rb 1 addition, 1 deletionlib/gitlab/diff/highlight.rb
- lib/gitlab/diff/line.rb 5 additions, 4 deletionslib/gitlab/diff/line.rb
- spec/features/merge_request/user_sees_diff_spec.rb 54 additions, 0 deletionsspec/features/merge_request/user_sees_diff_spec.rb
- spec/lib/gitlab/conflict/file_spec.rb 0 additions, 4 deletionsspec/lib/gitlab/conflict/file_spec.rb
- spec/lib/gitlab/diff/highlight_spec.rb 5 additions, 5 deletionsspec/lib/gitlab/diff/highlight_spec.rb
- spec/lib/gitlab/diff/line_spec.rb 22 additions, 0 deletionsspec/lib/gitlab/diff/line_spec.rb
spec/lib/gitlab/diff/line_spec.rb
0 → 100644
Please register or sign in to comment