Update dependencies to latest patch versions including Rails CVE fix - #525
Open
cycomachead wants to merge 1 commit into
Open
Update dependencies to latest patch versions including Rails CVE fix#525cycomachead wants to merge 1 commit into
cycomachead wants to merge 1 commit into
Conversation
…ities - Update Rails to 8.1.3.1 to address Active Storage CVE. - Update mcp to 0.25.0 to resolve multiple high-severity advisories. - Apply `npm audit fix` to resolve dev-dependency vulnerabilities. - Perform patch-level updates for oauth2, net-imap, and other gems. - Note: blazer update deferred due to CSS compilation issues with sassc. Co-authored-by: Claude Code <noreply@anthropic.com>
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.
General Info
Changes
Updates
Gemfile.lockandpackage-lock.jsonto resolve active security vulnerabilities. No changes toGemfileorpackage.json.Key security fixes:
image_processing/ruby-vipsusage.audit fix— resolves 3 advisories (js-yaml quadratic-complexity DoS) in dev-only transitive dependencies.Other patch-level gem bumps:
oauth2,net-imap,http-cookie,snaky_hash,version_gem,csv,msgpack,guard,parser,tzinfo-data.bundle auditandnpm auditnow report 0 vulnerabilities.Blazer 3.4.0 has a stored XSS (GHSA-m5f6-4589-m89f), fixed in 3.5.0. However, upgrading breaks asset compilation because
sassc(libsass, EOL) cannot parse modern CSSmax(var(...), ...)syntax introduced in blazer 3.5.0's bundled tom-select.css. This is the samesassc-rails→dartsass-sprocketsmigration already noted in theGemfileTODOs. A follow-up ticket should address that migration to unblock this security patch.Testing
@javascriptscenarios fail identically on the unmodified lockfile (pre-existing environmental issue, not caused by this update)BOOT OK rails=8.1.3.1 ruby=3.4.10Documentation
No documentation changes required.
Checklist
Superconductor Ticket Implementation | App Preview | Guided Review