From 34d84fd29fe346dbf95a0cf76de803b6e61c45c6 Mon Sep 17 00:00:00 2001 From: GitLab Release Tools Bot Date: Thu, 25 Oct 2018 02:45:50 +0000 Subject: [PATCH] Update CHANGELOG.md for 11.4.2 [ci skip] --- CHANGELOG.md | 11 +++++++++++ changelogs/unreleased/sh-block-other-localhost.yml | 5 ----- 2 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 changelogs/unreleased/sh-block-other-localhost.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 825a3bdf517..0cc5e2c6ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 11.4.2 (2018-10-25) + +### Security (5 changes) + +- Escape entity title while autocomplete template rendering to prevent XSS. !2571 +- Persist only SHA digest of PersonalAccessToken#token. +- Redact personal tokens in unsubscribe links. +- Block loopback addresses in UrlBlocker. +- Validate Wiki attachments are valid temporary files. + + ## 11.4.1 (2018-10-23) ### Security (2 changes) diff --git a/changelogs/unreleased/sh-block-other-localhost.yml b/changelogs/unreleased/sh-block-other-localhost.yml deleted file mode 100644 index a6a41f0bd81..00000000000 --- a/changelogs/unreleased/sh-block-other-localhost.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Block loopback addresses in UrlBlocker -merge_request: -author: -type: security -- GitLab