Skip to content

Commit

Permalink
update ruby-saml gem version to get security fix
Browse files Browse the repository at this point in the history
This is in response to CVE-2024-45409
  • Loading branch information
bkiahstroud committed Sep 11, 2024
1 parent a40625b commit 4f04fc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ gem 'rspec-retry', group: %i[test]
gem 'rspec_junit_formatter', group: %i[test]
gem 'rubocop', '~> 0.50', '<= 0.52.1', group: %i[development test]
gem 'rubocop-rspec', '~> 1.22', '<= 1.22.2', group: %i[development test]
gem 'ruby-saml', '>= 1.17.0'
gem 'sass-rails', '~> 5.0' # Use SCSS for stylesheets
gem 'scss_lint', require: false, group: %i[development]
gem 'secure_headers'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1205,8 +1205,8 @@ GEM
multipart-post
oauth2
ruby-progressbar (1.13.0)
ruby-saml (1.14.0)
nokogiri (>= 1.10.5)
ruby-saml (1.17.0)
nokogiri (>= 1.13.10)
rexml
ruby2_keywords (0.0.5)
ruby_dep (1.5.0)
Expand Down Expand Up @@ -1491,6 +1491,7 @@ DEPENDENCIES
rspec_junit_formatter
rubocop (~> 0.50, <= 0.52.1)
rubocop-rspec (~> 1.22, <= 1.22.2)
ruby-saml (>= 1.17.0)
sass-rails (~> 5.0)
scss_lint
secure_headers
Expand Down

0 comments on commit 4f04fc3

Please sign in to comment.