🚨 [security] Update sinatra: 2.1.0 → 2.2.4 (minor)#429
Open
depfu[bot] wants to merge 1 commit intomasterfrom
Open
🚨 [security] Update sinatra: 2.1.0 → 2.2.4 (minor)#429depfu[bot] wants to merge 1 commit intomasterfrom
depfu[bot] wants to merge 1 commit intomasterfrom
Conversation
b83aeb0 to
7a243f4
Compare
Dangeranger
approved these changes
Mar 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ sinatra (2.1.0 → 2.2.4) · Repo · Changelog
Security Advisories 🚨
🚨 Sinatra vulnerable to Reflected File Download attack
🚨 sinatra does not validate expanded path matches
Release Notes
2.2.3 (from changelog)
2.2.2 (from changelog)
2.2.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
✳️ sinatra-contrib (2.1.0 → 2.2.4) · Repo · Changelog
Release Notes
2.2.3 (from changelog)
2.2.2 (from changelog)
2.2.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by 64 commits:
Bump version to 2.0.2Merge pull request #134 from magni-/pp/ruby-3.2-fixDon't call #=~ on objects that don't respond to itUpdate Node.parse parameter definition to work in Ruby 3.2Test on Ruby@head as wellBump version to 2.0.1Merge pull request #129 from dentarg/improve-ciTest with Ruby 2.2 to 2.5Allow JRuby to fail, as it isn't supported yetBump actions/checkoutSet a resonable timeout for CIRun CI on all branchesRemove superfluous commentsMerge pull request #132 from eregon/ci-no-fail-fastOnly use coverage on CRubyDo not cancel other CI jobs when one failsMerge pull request #131 from eregon/truffleruby-ciMerge pull request #130 from eregon/fix-ruby2_keywords-usageFix usage of PP in testsAdd TruffleRuby in CIFix usage of ruby2_keywords, only use it for blocks which delegateBump version to 2.0Merge pull request #127 from sinatra/fix-circular-dependencyFix circular dependency warningMerge pull request #126 from sinatra/ruby3-supportUpdate code climate badgeFix issue with Ruby 3 keyword argumentsMerge pull request #116 from epergo/ep/remove-sinatra-extensionMerge pull request #120 from olleolleolle/patch-2Merge pull request #121 from olleolleolle/patch-3Merge pull request #123 from mishina2228/show-ci-resultsBump version to v1.1.2Pin simplecov to ~> 0.17.0Add jruby 9.3 to CIMerge pull request #119 from olleolleolle/patch-1Merge pull request #124 from mishina2228/update-document-for-edge-versionUpdate doc for using the edge version [ci skip]Remove `--tty` option to show test resultsMerge pull request #122 from michal-granec/handle-frozen-string-literalUse String.new instead of quotes #110Drop "executables" directive from mustermannDrop "executables" directive from gemspecCI: Add Ruby 3.1 to build matrixRemove extension for Sinatraupdate build status badgeMerge pull request #117 from namusyaka/actionsdelete .travis.ymlswitch ci from travis to GitHub ActionsMerge pull request #111 from olleolleolle/patch-1Merge pull request #113 from olleolleolle/patch-3Merge pull request #112 from olleolleolle/patch-2Merge pull request #115 from epergo/ep/remove-redcarpet-dependencyRemove redcarpet dependency as it not being usedCI: Drop EOL'd Ruby versionsCI: Allow 3.0&JRuby to fail, shorthand Ruby namesCI: Update patch versions of Ruby in the matrixAvoid "deprecated Object#=~ is called on Integer"CI: sudo: false is a noop, nowMerge pull request #109 from nateberkopec/patch-1Update/reword Ruby version supportMerge pull request #108 from olleolleolle/patch-1README: Drop defunct badge for gemnasiumYARD: avoid redundant @see bracesUpdate mustermann.rbSecurity Advisories 🚨
🚨 Possible Denial of Service Vulnerability in Rack’s header parsing
🚨 Possible DoS Vulnerability in Multipart MIME parsing
🚨 Denial of service via header parsing in Rack
🚨 Denial of service via multipart parsing in Rack
🚨 Denial of Service Vulnerability in Rack Content-Disposition parsing
🚨 Denial of Service Vulnerability in Rack Multipart Parsing
🚨 Possible shell escape sequence injection vulnerability in Rack
Release Notes
2.2.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 39 commits:
Bump patch version.Support underscore in host names for Rack 2.2 (Fixes #2070) (#2071)Merge branch '2-2-sec' into 2-2-stablebump versionAvoid ReDoS problemMerge branch '2-2-sec' into 2-2-stablebump versionLimit all multipart parts, not just filesCorrect the year in the changelog (#2015)bumping versionFix ReDoS in Rack::Utils.get_byte_rangesbump versionUpdate changelogFix ReDoS vulnerability in multipart parserForbid control characters in attributesBump patch version.Rack::MethodOverride handle QueryParser::ParamsTooDeepError (#2011)Remove leading dot to fix compatibility with latest cgi gem. (#1988)Update tests to work on latest Rubies. (#1999)Bump patch release.Fix Regexp deprecated third argument with Regexp::NOENCODING (#1998)fixup changelogbump versionBetter handling of case-insensitive headers for `Rack::Etag` middleware. (#1919)Add 'custom exception on params too deep error' change to CHANGELOG. (#1914)Expect additional optional version segment in version test. (#1913)Merge branch '2-2-sec' into 2-2-stableupdate changelogbump versionEscape untrusted text when loggingRestrict broken mime parsingEnsure Rack::QueryParser::ParamsTooDeepError is inherited from RangeError. (#1864)Add Ruby 2.3 compatibility for tests, add Ruby 2.3 to CI. (#1863)Merge pull request #1839 from RubyElders/2-2-stable-ciReplace CircleCI with GitHub Actions.Newer rubies spec compatibility.Merge pull request #1838 from RubyElders/custom-range-exception-2-2Use custom exception on params too deep error.Don't ary.inspect in the lint assertions (backport) (#1765)Release Notes
2.2.3 (from changelog)
2.2.2 (from changelog)
2.2.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by 43 commits:
Add TruffleRuby in CIbundle-install only on ruby 2.1Split Rakefile into rakelibIgnore lock file and generated logsDo not use gemspec for gem dependecyReduced testsAdd docker-compose.yml for easy testing of older rubiesExplicitly declare support for Ruby >= 2.0.0Separated install from testAdd older Rubies to CI as wellAvoid built-in old `test-unit`Avoid using `Binding#receiver`Strip the source directory from globbed pathsAvoid using `base:` option for `Dir.glob`Avoid using numbered block parametersRevert "Add TruffleRuby in CI"Moved the mandatory argument firstAdd TruffleRuby in CIInclude ChangeLogs for old versionsAdded ChangeLog ruleAdded extra_rdoc_files to make README.md the main pageSeparate tagging from version bumpbump up to 0.0.5bump up to 0.0.4Added bump targetBuild packageSet SOURCE_DATE_EPOCH to make builds reproducibleAdd Ruby 2.5 to the CI matrixFix Ruby 2.5 incopatibilityAdded testsFixed RDoc locationMake README.md the main pageAdded least documentsDefine Hash.ruby2_keywords_hash singleton methodDefine Hash.ruby2_keywords_hash? singleton methodPackage LICENSE fileREADME: fix Contributing and LicenseAdded version guard against the default gemUse private_method_defined? instead of respond_to?Add an example for Module#define_method (#7)Added BSD-2-Clause to the licenses of the gemspecAdd explicit license fileSupport Hash.ruby2_keywords_hash?Release Notes
2.1.0 (from changelog)
2.0.11 (from changelog)
Does any of this look wrong? Please let us know.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands