summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-06-27 17:50:24 +0000
committerStan Hu <stanhu@gmail.com>2016-06-27 17:50:24 +0000
commitc3a8b252cdf569729e5e1e8e0614b4d2e5226371 (patch)
tree07982782f2314a9cf079fbf26f4605b1e54af409 /CHANGELOG
parent21842cf90f0d2545ed3d687ce864eb0d551b7059 (diff)
parent6963dcb56b36d140d763a0d0c47549cc23c60978 (diff)
downloadgitlab-ce-c3a8b252cdf569729e5e1e8e0614b4d2e5226371.tar.gz
Merge branch 'update-omniauth-saml' into 'master'
Update omniauth-saml to 1.6.0 to address a security vulnerability in ruby-saml ## What does this MR do? Updates `omniauth-saml` to bring in the new `ruby-saml` dependency that addresses [CVE-2016-5697](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5697) Fixes #19206 See merge request !4951
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d55f609e322..6defffefb77 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,9 @@ v 8.10.0 (unreleased)
- Add API endpoint for a group issues !4520 (mahcsig)
- Allow [ci skip] to be in any case and allow [skip ci]. !4785 (simon_w)
+v 8.9.2
+ - Update omniauth-saml to 1.6.0 !4951
+
v 8.9.1
- Refactor labels documentation. !3347
- Eager load award emoji on notes. !4628