Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-18 10:40:33 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-04-24 13:40:46 +0300
commitda8f9992bed1375323ce9c77a491878d2ff09bce (patch)
treede61b588206a041045f2999d781ab85f4dcf9608 /changelogs
parent7c525863311069923004e6fcd147ce45f8595fa5 (diff)
Merge branch '10-5-security_issue_42029' into 'security-10-5'
Sanitize user name to avoid XSS attacks See merge request gitlab/gitlabhq!2374
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/security_issue_42029.yml5
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