Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency rexml to v3.3.9 [SECURITY] #2704

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rexml (changelog) 3.3.6 -> 3.3.9 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-49761

Impact

The REXML gem before 3.3.9 has a ReDoS vulnerability when it parses an XML that has many digits between &# and x...; in a hex numeric character reference (&#x...;).

This does not happen with Ruby 3.2 or later. Ruby 3.1 is the only affected maintained Ruby. Note that Ruby 3.1 will reach EOL on 2025-03.

Patches

The REXML gem 3.3.9 or later include the patch to fix the vulnerability.

Workarounds

Use Ruby 3.2 or later instead of Ruby 3.1.

References


Release Notes

ruby/rexml (rexml)

v3.3.9: REXML 3.3.9 - 2024-10-24

Compare Source

Improvements
  • Improved performance.
Fixes
  • Fixed a parse bug for text only invalid XML.

  • Fixed a parse bug that &#​0x...; is accepted as a character
    reference.

Thanks
  • NAITOH Jun

v3.3.8: REXML 3.3.8 - 2024-09-29

Compare Source

Improvements
  • SAX2: Improve parse performance.
Fixes
  • Fixed a bug that unexpected attribute namespace conflict error for
    the predefined "xml" namespace is reported.
    • GH-208
    • Patch by KITAITI Makoto
Thanks
  • NAITOH Jun

  • KITAITI Makoto

v3.3.7: REXML 3.3.7 - 2024-09-04

Compare Source

Improvements
  • Added local entity expansion limit methods

    • GH-192
    • GH-202
    • Reported by takuya kodama.
    • Patch by NAITOH Jun.
  • Removed explicit strscan dependency

    • GH-204
    • Patch by Bo Anderson.
Thanks
  • takuya kodama

  • NAITOH Jun

  • Bo Anderson


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 28, 2024
@renovate renovate bot merged commit 1f9df5e into master Oct 28, 2024
6 checks passed
@renovate renovate bot deleted the renovate/rubygems-rexml-vulnerability branch October 28, 2024 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants