-
- Downloads
CVE-2015-9284: potential issue with omniauth accepting get requests (#3371)
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 4 additions, 0 deletionsGemfile.lock
- app/views/sessions/new.html.erb 1 addition, 1 deletionapp/views/sessions/new.html.erb
- app/views/sessions/signin.html.erb 1 addition, 1 deletionapp/views/sessions/signin.html.erb
- app/views/shared/_header.html.erb 1 addition, 1 deletionapp/views/shared/_header.html.erb
- config/initializers/omniauth.rb 3 additions, 0 deletionsconfig/initializers/omniauth.rb
- sample.env 4 additions, 0 deletionssample.env
... | ... | @@ -30,6 +30,7 @@ gem 'omniauth-bn-launcher', '~> 0.1.3' |
gem 'omniauth-bn-office365', '~> 0.1.1' | ||
gem 'omniauth-google-oauth2', '~> 0.7.0' | ||
gem 'omniauth_openid_connect', '~> 0.4.0' | ||
gem 'omniauth-rails_csrf_protection', '~> 0.1.2' | ||
gem 'omniauth-twitter', '~> 1.4.0' | ||
gem 'pagy', '~> 3.11.0' | ||
gem 'pluck_to_hash', '~> 1.0.2' | ||
... | ... |
Please register or sign in to comment