up rexml to a version that doesnt include the ddos vulnerability#806
Closed
jeremiahlukus wants to merge 1 commit intogettalong:masterfrom
Closed
up rexml to a version that doesnt include the ddos vulnerability#806jeremiahlukus wants to merge 1 commit intogettalong:masterfrom
jeremiahlukus wants to merge 1 commit intogettalong:masterfrom
Conversation
|
It looks like more vulnerabilities were found since May. Consider bumping the version of rexml to |
Author
|
I would if it would get merged since this didnt get merged its unlikely another version bump will. |
|
@gettalong Any chance of bumping the minimum rexml version required to 3.3.6 and then merging this? |
Owner
|
I have changed the version to |
|
@gettalong I see you've just made a 2.5.0 release that requires 3.3.6 but theres a CVE thats been fixed in 3.3.9 -- Could you do a .1 release and bump that dep again please? |
Owner
|
@etherz10 I have just pushed kramdown 2.5.1 with the necessary change. |
Author
|
Thanks man! |
|
champion, thank you |
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.
REXML contains a denial of service vulnerability (CVE-2024-35176)
Impact The REXML gem before 3.2.6 has a DoS vulnerability when it parses an XML that has many
<s in an attribute value. If you need to parse untrusted XMLs, you many be impacted to this vulnerability. ### Patches The REXML gem 3.2.7 or later include the patch to fix this vulnerability. ### Workarounds Don't parse untrusted XMLs. ### References * https://www.ruby-lang.org/en/news/2024/05/16/dos-rexml-cve-2024-35176/^ pasted from NewRelic