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:
authorStan Hu <stanhu@gmail.com>2018-01-17 08:01:54 +0300
committerStan Hu <stanhu@gmail.com>2018-01-17 08:01:54 +0300
commit9b4a8b499e5c151e34943884b8de275d211b9d20 (patch)
treede626047b48464e63b8f064c710a5820ab66f809 /CHANGELOG.md
parent3228ac06a019c9126b965ff32e354d10011a4f76 (diff)
Add missing 9.5.10 CHANGELOG entries
Diffstat (limited to 'CHANGELOG.md')
-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.