Bump rack to 3.2.6 and nokogiri to 1.19.3 for security advisories#6
Merged
Conversation
Clears the open high-severity Dependabot alerts on this fork: rack 3.2.3 -> 3.2.6 - CVE-2026-22860 (GHSA-mxw3-3hh2-x2mh): Rack::Directory traversal - CVE-2026-34785 (GHSA-h2jq-g4cq-5ppq): Rack::Static prefix matching exposes unintended files - CVE-2026-34827 (GHSA-v6x5-cg8r-vv6x): Multipart header parsing DoS via escape-heavy quoted params - CVE-2026-34230 (GHSA-v569-hp3g-36wr): Quadratic complexity in Rack::Utils.select_best_encoding - CVE-2026-34829 (GHSA-8vqr-qjwx-82mw): Multipart parsing without Content-Length allows unbounded uploads nokogiri 1.18.9 -> 1.19.3 - GHSA-c4rq-3m3g-8wgx (high): CSS selector tokenizer ReDoS - GHSA-v2fc-qm4h-8hqv (moderate): XSLT transform memory leak Conservative bundle update -- no other gems shifted. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
looks like some build failures, have claude look into it? |
Member
Author
Yeah, these are upstream issues with solid queue. I guess when we forked this repo, it pulled in all their GitHub actions. They've actually been failing for some time. It basically runs tests against every rails version and db version going way back. I was told to ignore them in this repo |
|
Ah gotcha. Well I see no issues with these updates outside of that! |
nathanstpierre-wealthbox
approved these changes
May 26, 2026
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.
Summary
rack3.2.3 → 3.2.6 andnokogiri1.18.9 → 1.19.3 inGemfile.lockto clear the open high-severity Dependabot alerts on this fork.bundle update rack nokogiri— no other gems shifted.Advisories resolved
rack 3.2.3 → 3.2.6
Rack::Directorydirectory traversalRack::Staticprefix matching can expose unintended filesRack::Utils.select_best_encodingContent-Lengthallows unbounded uploadsnokogiri 1.18.9 → 1.19.3
Practical impact for solid_queue
solid_queue is a background job processor; most of the Rack CVEs (multipart,
Rack::Static,Rack::Directory) aren't reachable through its surface.select_best_encodingis the one most likely exercised by any Mission Control / dashboard mount. The nokogiri ReDoS doesn't affect the gem at runtime — it's a transitive dep — but the alert is cleared with the bump.Test plan
🤖 Generated with Claude Code