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-08-27 15:04:47 +0300
committerJose Vargas <jvargas@gitlab.com>2018-08-29 00:36:25 +0300
commit6b1af499f401af82b8f0e04bce31dffd54480ce4 (patch)
tree24b449128f1ecf803684298b37d10ad7cc216764
parent1dea6792cc8b8cc374353e808a86dfb025e3461b (diff)
Update CHANGELOG.md for 11.0.6
[ci skip]
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9a2fca9ce5..078395b110d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -545,6 +545,19 @@ entry.
- Use monospaced font for MR diff commit link ref on GFM.
+## 11.0.6 (2018-08-27)
+
+### Security (3 changes)
+
+- Fixed persistent XSS rendering/escaping of diff location lines.
+- Adding CSRF protection to Hooks resend action.
+- Block link-local addresses in URLBlocker.
+
+### Fixed (1 change, 1 of them is from the community)
+
+- Sanitize git URL in import errors. (Jamie Schembri)
+
+
## 11.0.5 (2018-07-26)
### Security (4 changes)