-
- Downloads
Merge branch 'security-11-7-22076-sanitize-url-in-names' into 'security-11-7'
[11.7] Sanitize user full name to clean up any URL to prevent mail clients from auto-linking URLs See merge request gitlab/gitlabhq!2828 (cherry picked from commit a38c1f3567a2c89eeb82dc79ca9f0bf620acbb5a) 1c1b45da Add `sanitize_name` helper to sanitize URLs in user full name aa974e9a Use `sanitize_name` to sanitize URL in user full name 0a09919e Add changelog entry
Showing
- app/helpers/emails_helper.rb 8 additions, 0 deletionsapp/helpers/emails_helper.rb
- app/views/devise/mailer/_confirmation_instructions_secondary.html.haml 1 addition, 1 deletion...ise/mailer/_confirmation_instructions_secondary.html.haml
- app/views/notify/_note_email.text.erb 2 additions, 2 deletionsapp/views/notify/_note_email.text.erb
- app/views/notify/autodevops_disabled_email.text.erb 1 addition, 1 deletionapp/views/notify/autodevops_disabled_email.text.erb
- app/views/notify/closed_issue_email.html.haml 1 addition, 1 deletionapp/views/notify/closed_issue_email.html.haml
- app/views/notify/closed_issue_email.text.haml 1 addition, 1 deletionapp/views/notify/closed_issue_email.text.haml
- app/views/notify/closed_merge_request_email.html.haml 1 addition, 1 deletionapp/views/notify/closed_merge_request_email.html.haml
- app/views/notify/closed_merge_request_email.text.haml 3 additions, 3 deletionsapp/views/notify/closed_merge_request_email.text.haml
- app/views/notify/issue_status_changed_email.html.haml 1 addition, 1 deletionapp/views/notify/issue_status_changed_email.html.haml
- app/views/notify/issue_status_changed_email.text.erb 1 addition, 1 deletionapp/views/notify/issue_status_changed_email.text.erb
- app/views/notify/member_access_requested_email.text.erb 1 addition, 1 deletionapp/views/notify/member_access_requested_email.text.erb
- app/views/notify/member_invite_accepted_email.text.erb 1 addition, 1 deletionapp/views/notify/member_invite_accepted_email.text.erb
- app/views/notify/member_invited_email.text.erb 1 addition, 1 deletionapp/views/notify/member_invited_email.text.erb
- app/views/notify/merge_request_status_email.html.haml 1 addition, 1 deletionapp/views/notify/merge_request_status_email.html.haml
- app/views/notify/merge_request_status_email.text.haml 3 additions, 3 deletionsapp/views/notify/merge_request_status_email.text.haml
- app/views/notify/merge_request_unmergeable_email.text.haml 2 additions, 2 deletionsapp/views/notify/merge_request_unmergeable_email.text.haml
- app/views/notify/merged_merge_request_email.text.haml 2 additions, 2 deletionsapp/views/notify/merged_merge_request_email.text.haml
- app/views/notify/new_gpg_key_email.html.haml 1 addition, 1 deletionapp/views/notify/new_gpg_key_email.html.haml
- app/views/notify/new_gpg_key_email.text.erb 1 addition, 1 deletionapp/views/notify/new_gpg_key_email.text.erb
- app/views/notify/new_issue_email.text.erb 1 addition, 1 deletionapp/views/notify/new_issue_email.text.erb
Please register or sign in to comment