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 16:31:16 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2018-08-27 16:31:16 +0300
commit3bb188252880ec00efd5ec00408a8b003d869feb (patch)
treec239eaa5492f20cd8140f26d39076b9a6a04ca1f /CHANGELOG.md
parent8403b9bd78d5499a924352ec7da022403c6612ca (diff)
Update CHANGELOG.md for 11.1.5
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd44ba6b3bc..6674ab3a452 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -265,6 +265,19 @@ entry.
- Moves help_popover component to a common location.
+## 11.1.5 (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.1.4 (2018-07-30)
### Fixed (4 changes, 1 of them is from the community)