Skip to content

Commit

Permalink
update ruby-saml/omniauth-saml to avoid CVE-2024-45409
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Sep 19, 2024
1 parent 83ee972 commit 8eb2638
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem 'mini_magick', '>= 4.9.5'
gem 'omniauth', '~> 2.1.2'
gem 'omniauth_openid_connect', '>= 0.6.1'
gem 'omniauth-rails_csrf_protection', '~> 1.0.2'
gem 'omniauth-saml'
gem 'omniauth-saml', '>= 2.2.1'
gem 'pagy', '~> 6.0', '>= 6.0.0'
gem 'pg'
gem 'puma', '~> 5.6'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@ GEM
omniauth-rails_csrf_protection (1.0.2)
actionpack (>= 4.2)
omniauth (~> 2.0)
omniauth-saml (2.1.0)
omniauth (~> 2.0)
ruby-saml (~> 1.12)
omniauth-saml (2.2.1)
omniauth (~> 2.1)
ruby-saml (~> 1.17)
omniauth_openid_connect (0.7.1)
omniauth (>= 1.9, < 3)
openid_connect (~> 2.2)
Expand Down Expand Up @@ -431,7 +431,7 @@ GEM
rubocop-rspec (2.9.0)
rubocop (~> 1.19)
ruby-progressbar (1.13.0)
ruby-saml (1.15.0)
ruby-saml (1.17.0)
nokogiri (>= 1.13.10)
rexml
ruby-vips (2.1.4)
Expand Down Expand Up @@ -536,7 +536,7 @@ DEPENDENCIES
mini_magick (>= 4.9.5)
omniauth (~> 2.1.2)
omniauth-rails_csrf_protection (~> 1.0.2)
omniauth-saml
omniauth-saml (>= 2.2.1)
omniauth_openid_connect (>= 0.6.1)
pagy (~> 6.0, >= 6.0.0)
pg
Expand Down

0 comments on commit 8eb2638

Please sign in to comment.