summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Knox <simon@gitlab.com>2018-01-17 05:42:40 +0000
committerSimon Knox <simon@gitlab.com>2018-01-17 05:42:40 +0000
commita8e11414777b986f7280bdaf83c7caad9a566eee (patch)
treede626047b48464e63b8f064c710a5820ab66f809
parent3228ac06a019c9126b965ff32e354d10011a4f76 (diff)
parent9b4a8b499e5c151e34943884b8de275d211b9d20 (diff)
downloadgitlab-ce-a8e11414777b986f7280bdaf83c7caad9a566eee.tar.gz
Merge branch 'sh-add-9-5-10-changelog-docs' into 'master'
Add missing 9.5.10 CHANGELOG entries See merge request gitlab-org/gitlab-ce!16512
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c29c289310d..87260744190 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -992,6 +992,11 @@ entry.
- Added type to CHANGELOG entries. (Jacopo Beschi @jacopo-beschi)
- [BUGIFX] Improves subgroup creation permissions. !13418
+## 9.5.10 (2017-11-08)
+
+- [SECURITY] Add SSRF protections for hostnames that will never resolve but will still connect to localhost
+- [SECURITY] Include X-Content-Type-Options (XCTO) header into API responses
+
## 9.5.9 (2017-10-16)
- [SECURITY] Move project repositories between namespaces when renaming users.