🚨 [security] Update rexml 3.4.1 → 3.4.4 (patch) #315
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?
Security Advisories 🚨
🚨 REXML has DoS condition when parsing malformed XML file
Release Notes
3.4.4
3.4.3
3.4.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 34 commits:
Add 3.4.4 entry (#297)
Accept `REXML::Document.new("")` for backward compatibility (#295)
Bump version
Add 3.4.3 entry (#293)
Reject no root element XML as an invalid XML (#291)
The Zlib::GzipReader in JRuby does not behave as expected with REXML, so the test is skipped (#292)
Fixed an issue with `IOSource#read_until` when reaching the end of a file (#288)
Bump version
Add 3.4.2 entry (#284)
Added XML declaration check & `Source#skip_spaces` method (#282)
Bump actions/checkout from 4 to 5 (#283)
Remove ostruct from dev deps (#281)
Remove bundler from dev deps (#277)
Fix & Deprecate REXML::Text#text_indent (#275)
Fix a bug that XPath can't be used for no document element (#268)
Remove redundant return statements (#266)
Use Safe Navigation (&.) from Ruby 2.3 (#265)
Avoid redundant calls for doctype (#264)
docs: Use # to reference instance methods (#270)
Reuse XPath.match (#263)
Don't call needless encoding_updated (#259)
Fix wrong Encoding resolution (#258)
Improve `Text.check` performance (#256)
Improve using `//` in XPath performance (#249)
Deprecate accepting array as an element in XPath.match, first and each (#252)
Fix duplicate responses in XPath following, following-sibling, preceding, preceding-sibling (#255)
Fix reverse sort in xpath_parser (#251)
NEWS.md : Fix the mentioned of the PR in CVE-2024-35176. (#253)
Fix docs typo in code example (#248)
Raise appropriate exception when failing to match start tag in DOCTYPE (#247)
Improve CDATA and comment parse performance (#246)
Improve comment parse performance (#245)
Improve CDATA parse performance (#244)
Bump version
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