Update doorkeeper to 4.4.3
Updates the doorkeeper gem to 4.4.3 so that we can address security issue CVE-2018-1000211. This issue involves token revocation not working for public apps. https://gitlab.com/gitlab-org/gitlab/merge_requests/20953
Showing
... | ... | @@ -26,7 +26,7 @@ gem 'marginalia', '~> 1.8.0' |
# Authentication libraries | ||
gem 'devise', '~> 4.6' | ||
gem 'doorkeeper', '~> 4.3' | ||
gem 'doorkeeper', '~> 4.4.3' | ||
gem 'doorkeeper-openid_connect', '~> 1.5' | ||
gem 'omniauth', '~> 1.8' | ||
gem 'omniauth-auth0', '~> 2.0.0' | ||
... | ... |
Please register or sign in to comment