diff options
author | Stan Hu <stanhu@gmail.com> | 2018-01-16 21:01:54 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-01-16 21:01:54 -0800 |
commit | 9b4a8b499e5c151e34943884b8de275d211b9d20 (patch) | |
tree | de626047b48464e63b8f064c710a5820ab66f809 /CHANGELOG.md | |
parent | 3228ac06a019c9126b965ff32e354d10011a4f76 (diff) | |
download | gitlab-ce-9b4a8b499e5c151e34943884b8de275d211b9d20.tar.gz |
Add missing 9.5.10 CHANGELOG entries
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
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. |