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:36 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2018-04-30 23:01:01 +0300
commit2f7b71df7619768220657ed47c7737f4c3e19e90 (patch)
tree58dfea9291271147164b6a2151635b31f23af6f0 /changelogs/unreleased/security_issue_42029.yml
parent9cf4e4734192c7234a97f1a7f472eed3ce7a2448 (diff)
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/unreleased/security_issue_42029.yml')
-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