Skip to content

[Snyk] Fix for 3 vulnerabilities#31

Open
zachsis wants to merge 1 commit intomainfrom
snyk-fix-faa4b79c52c57de87fe9446c2eea05e3
Open

[Snyk] Fix for 3 vulnerabilities#31
zachsis wants to merge 1 commit intomainfrom
snyk-fix-faa4b79c52c57de87fe9446c2eea05e3

Conversation

@zachsis
Copy link
Copy Markdown

@zachsis zachsis commented Jul 15, 2025

snyk-top-banner

Snyk has created this PR to fix 3 vulnerabilities in the rubygems dependencies of this project.

Snyk changed the following file(s):

  • Gemfile
  • Gemfile.lock

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Allocation of Resources Without Limits or Throttling
SNYK-RUBY-RACK-10074187
  124  
high severity Allocation of Resources Without Limits or Throttling
SNYK-RUBY-RACK-10303186
  124  
low severity Race Condition
SNYK-RUBY-RACKSESSION-10074669
  61  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Allocation of Resources Without Limits or Throttling
🦉 Race Condition

Copy link
Copy Markdown
Member

@ccutrer ccutrer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is not working correctly. Railties in the Gemfile should not be touched at all, and it has completely destroyed Gemfile.lock (presumably because it's not actually running bundle install)

gem "rake", "~> 13", require: false
gem "rspec", "~> 3.10", require: false
gem "rspec-rails", "~> 7.0", require: false
gem "rspec-rails", "~> 8.0", ">= 8.0.0", require: false
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the ">= 8.0.0" is superfluous

gem "rspec-rails", "~> 8.0", ">= 8.0.0", require: false
gem "rubocop-inst", "~> 1", require: false
gem "rubocop-rails", "~> 2.10", require: false
gem "rubocop-rails", "~> 2.31", ">= 2.31.0", require: false
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the ">= 2.31.0" is superfluous

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants