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:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2018-10-25 05:45:50 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2018-10-25 05:45:50 +0300
commit34d84fd29fe346dbf95a0cf76de803b6e61c45c6 (patch)
tree2524ce57b2f8c02d035e631824ba528cc411504f /CHANGELOG.md
parentcc571e18d37e7f92fab27663090abefc3fbad11c (diff)
Update CHANGELOG.md for 11.4.2
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
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)