summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-05-09 22:18:38 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-05-11 11:06:31 +0200
commit5ec434706727b279f55eff4875bf76de48dd1735 (patch)
tree75896e07227be5333fde844d035c1ee806ec939a /CHANGELOG
parent96461d4764311dbe64173ea6ff839e087487b5ca (diff)
downloadgitlab-ce-5ec434706727b279f55eff4875bf76de48dd1735.tar.gz
Merge branch 'xss-case-insensitive-protocol' into 'master'
Use a case-insensitive check to compare URI schemes Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/17299 See merge request !1965
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6571e464e6f..17e9c27eb99 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.8.0 (unreleased)
- Assign labels and milestone to target project when moving issue. !3934 (Long Nguyen)
+ - Use a case-insensitive comparison in sanitizing URI schemes
- Project#open_branches has been cleaned up and no longer loads entire records into memory.
- Escape HTML in commit titles in system note messages
- Improve multiple branch push performance by memoizing permission checking