diff options
author | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2018-08-27 13:32:21 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2018-08-27 13:32:21 +0000 |
commit | f3a06d34bbca5be010fb41d6693d7dbbbecb46dc (patch) | |
tree | b856a8ccf0602f060bac0b91780a6c7a497d10b2 /CHANGELOG.md | |
parent | f51493c8fb8b6fac489dd4984219b0c6e93ef0cd (diff) | |
download | gitlab-ce-f3a06d34bbca5be010fb41d6693d7dbbbecb46dc.tar.gz |
Update CHANGELOG.md for 11.1.5
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 078395b110d..ea753515299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -263,6 +263,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) |