diff options
author | Phil Hughes <me@iamphill.com> | 2018-04-18 07:40:36 +0000 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2018-04-30 15:01:01 -0500 |
commit | 2f7b71df7619768220657ed47c7737f4c3e19e90 (patch) | |
tree | 58dfea9291271147164b6a2151635b31f23af6f0 /changelogs | |
parent | 9cf4e4734192c7234a97f1a7f472eed3ce7a2448 (diff) | |
download | gitlab-ce-2f7b71df7619768220657ed47c7737f4c3e19e90.tar.gz |
Merge branch '10-7-security_issue_42029' into 'security-10-7'
Sanitize user name to avoid XSS attacks
See merge request gitlab/gitlabhq!2373
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/security_issue_42029.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/security_issue_42029.yml b/changelogs/unreleased/security_issue_42029.yml new file mode 100644 index 00000000000..0772e33f930 --- /dev/null +++ b/changelogs/unreleased/security_issue_42029.yml @@ -0,0 +1,5 @@ +--- +title: Sanitizes user name to avoid XSS attacks +merge_request: +author: +type: security |