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

Drop unused json, fog-json and fog-xml dependencies & add nokogiri #165

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ekohl
Copy link
Contributor

@ekohl ekohl commented Dec 22, 2024

This gem doesn't use JSON at all and uses nokogiri directly instead of fog-xml. This removes the dependencies and instead adds nokogiri directly.

fog-xml has nokogiri 1.5.11 as the lower bound. This is updated to 1.11 because that version introduced native gems for 2.7. It's also already 3 years old so it should be usable for everyone. There were plenty of CVEs in older versions.

This gem doesn't use JSON at all and uses nokogiri directly instead of
fog-xml. This removes the dependencies and instead adds nokogiri
directly.

fog-xml has nokogiri 1.5.11 as the lower bound. This is updated to 1.11
because that version introduced native gems for 2.7. It's also already 3
years old so it should be usable for everyone. There were plenty of CVEs
in older versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant