Security/remediate rubygems alerts - #234
Open
hursey013 wants to merge 5 commits into
Open
Conversation
Collaborator
|
@hursey013, are you planning a subsequent set of updates? The Section508.gov repository is pinned at Ruby 3.4.9, and Ruby 3.4 is continuing to receive regular maintenance updates. We would prefer to align with the Section508.gov repository. |
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
Remediates five Dependabot findings through targeted RubyGems updates:
addressable2.8.0 → 2.9.0concurrent-ruby1.1.8 → 1.3.8rexml3.4.1 → 3.4.4Jekyll remains at 4.2.0 to minimize dependency churn.
Cloud.gov Pages compatibility
Cloud.gov Pages now defaults to Ruby 4.0.5, which is incompatible with the existing Jekyll 4.2.0/Liquid 4.0.3 stack. This PR pins Ruby 3.1.7, the final Ruby 3.1 release, to restore deployment compatibility.
Ruby 3.1 is end-of-life and receives no further security fixes, so this pin should be treated as temporary. Moving to Ruby 4 will require follow-up work, including:
String#tainted?API.logger, which is no longer included as a Ruby 4 default gem.sassc,ffi, andeventmachineunder Ruby 4.Validation
bundle checkpassed.bundle-auditreported no known vulnerabilities.