summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-04-24 14:42:26 -0500
committerMayra Cabrera <mcabrera@gitlab.com>2018-04-24 14:42:26 -0500
commit5f9e50c6386fa6d47385c275ae49d89b9d5e11f9 (patch)
tree10ba420c38daa4b37e96751611a06dc0b134cf6f
parentc1e22c4226c3cf0cc79dea4e2e7966cfb552aefc (diff)
downloadgitlab-ce-5f9e50c6386fa6d47385c275ae49d89b9d5e11f9.tar.gz
Update CHANGELOG.md for 10.5.8
[ci skip]
-rw-r--r--CHANGELOG.md7
-rw-r--r--changelogs/unreleased/security_issue_42029.yml5
2 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b6352184e0..b2f907f5ed7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 10.5.8 (2018-04-24)
+
+### Security (1 change)
+
+- Sanitizes user name to avoid XSS attacks.
+
+
## 10.5.7 (2018-04-03)
### Security (2 changes)
diff --git a/changelogs/unreleased/security_issue_42029.yml b/changelogs/unreleased/security_issue_42029.yml
deleted file mode 100644
index 0772e33f930..00000000000
--- a/changelogs/unreleased/security_issue_42029.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Sanitizes user name to avoid XSS attacks
-merge_request:
-author:
-type: security