Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

(PA-6507) Cleanup bundled version of rexml (3.2.5) from ruby 3 #875

Conversation

shubhamshinde360
Copy link
Contributor

  • rexml is a bundled gem in ruby 3.
  • When we gem install rexml version 3.2.9 to resolve CVE 2024-35176, we end up having two versions of rexml.
  • rexml 3.2.5 which is shipped with ruby as its bundled gem and rexml 3.2.9 which we manually installed.
  • This causes 'Gem::Specification.reset:rexml' warning to go to stderr each time puppet runs.
  • Run 'gem cleanup rexml' so that it removes the 3.2.5 version.

 - rexml is a bundled gem in ruby 3.
 - When we gem install rexml version 3.2.9 to resolve CVE 2024-35176, we end up having two versions of rexml.
 - rexml 3.2.5 which is shipped with ruby as its bundled gem and rexml 3.2.9 which we manually installed.
 - This causes 'Gem::Specification.reset:rexml' warning to go to stderr each time puppet runs.
 - Run 'gem cleanup rexml' so that it removes the 3.2.5 version.
@shubhamshinde360
Copy link
Contributor Author

This will need to be reworked in a different PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant