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:37:07 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2018-10-26 10:37:07 +0300
commit160ed1d7a1d56135427dfa68980f9653e41bd907 (patch)
tree4417fd5646cc75913ac6b949e4a35c7cd991956b /CHANGELOG.md
parent74843bb28025ecf17b40ea1f77aa306ab084a5cb (diff)
Update CHANGELOG.md for 11.2.6
[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 09ed9b216aa..842b9f983c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -547,6 +547,17 @@ entry.
- Creates Vue component for artifacts block on job page.
+## 11.2.6 (2018-10-26)
+
+### Security (5 changes)
+
+- Escape entity title while autocomplete template rendering to prevent XSS. !2558
+- Fix XSS in merge request source branch name.
+- Redact personal tokens in unsubscribe links.
+- Persist only SHA digest of PersonalAccessToken#token.
+- Prevent SSRF attacks in HipChat integration.
+
+
## 11.2.5 (2018-10-05)
### Security (3 changes)