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-26 10:30:15 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2018-10-26 10:30:15 +0300
commit74843bb28025ecf17b40ea1f77aa306ab084a5cb (patch)
treebcd8bb4d465b718dbd7e9a26c29f50f8ffc37f8e
parentfee6989fa003395a6188f8ca452adab25d8ece6b (diff)
Update CHANGELOG.md for 11.3.7
[ci skip]
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0cc5e2c6ca2..09ed9b216aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -246,6 +246,18 @@ entry.
- Check frozen string in style builds. (gfyoung)
+## 11.3.7 (2018-10-26)
+
+### Security (6 changes)
+
+- Escape entity title while autocomplete template rendering to prevent XSS. !2557
+- Persist only SHA digest of PersonalAccessToken#token.
+- Fix XSS in merge request source branch name.
+- Redact personal tokens in unsubscribe links.
+- Prevent SSRF attacks in HipChat integration.
+- Validate Wiki attachments are valid temporary files.
+
+
## 11.3.6 (2018-10-17)
- No changes.