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

Replace open-uri with net/http #864

Merged
merged 1 commit into from
Feb 22, 2020
Merged

Conversation

shaicoleman
Copy link
Contributor

open-uri is a security vulnerability https://sakurity.com/blog/2015/02/28/openuri.html
Net::HTTP.get is available on all supported rubies >= 2.2

Fixes #863

open-uri is a security vulnerability https://sakurity.com/blog/2015/02/28/openuri.html
Net::HTTP.get is available on all supported rubies >= 2.2
@unixmonkey unixmonkey merged commit 5b6283c into mileszs:master Feb 22, 2020
@unixmonkey
Copy link
Collaborator

This is now in version 2.0.1.

Thank you so much for putting this together!

@mikem836 mikem836 mentioned this pull request Mar 17, 2020
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.

open-uri is a security issue
2 participants