diff options
author | Stan Hu <stanhu@gmail.com> | 2016-06-27 17:50:24 +0000 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-06-27 15:14:51 -0400 |
commit | 7cf41bf5e692201b17e8300afcea44142ac8a993 (patch) | |
tree | adfe5d78b8c46a096cedaa5c7a673c952e873ec8 /CHANGELOG | |
parent | a61b40136b3941b5cd23d80e0cbad2eedaf06b97 (diff) | |
download | gitlab-ce-7cf41bf5e692201b17e8300afcea44142ac8a993.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-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 4307d6dd03c..7363f30b12e 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.9.2 - Fix visibility of snippets when searching. + - Update omniauth-saml to 1.6.0 !4951 v 8.9.1 - Refactor labels documentation. !3347 |