-
Notifications
You must be signed in to change notification settings - Fork 160
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
Nokogiri dependency hell again... #194
Comments
This is a similar problem to #196 I left a comment with some advice for the Azure ruby team: #196 (comment) |
Currently running into this issue as well due to a nokogiri vulnerability. Failing Reference GHSA-2rr5-8q37-2w7h Possible to get it bumped to |
Came here for the CVE as well. Do we really need the pessimistic operator |
I opened a support issue with Azure. I encourage everyone else to do the same to make it clear that this is important to Azure customers. |
I agree. Azure needs to LISTEN to customers. I have been totally fed up by the past year of pain (starting with the gem suddenly moving to persistent connections without an option to turn it off, and thus causing massive build conflicts due to Faraday dependency conflicting with Bundler). I couldn't even keep it at a lower version because the host system has moved on, and the So I've said sod it and since moved on to S3, which is much more normal. |
IMHO I think this gem is getting out of maintenance. |
✅ Solution in the meantime: @mschiller made a nice fork directly off of master than you can use while Azure takes their time fixing this high-risk security vulnerability. Here's their fork: https://github.com/mschiller/azure-storage-ruby/commit/c84806f766b773cdeea72a7f73d79ddab598b256 You can use it in your app like this (don't forget to gem "azure-storage-blob", github: "mschiller/azure-storage-ruby", tag: "c84806f766b773cdeea72a7f73d79ddab598b256" |
when are you guys going to fix this? |
I opened a support ticket with azure, and they responded that:
So, seems like we're likely on our own. :/ |
And I also have an issue #190 which requests the move to persistent connections be made optional (or have a way to turn off) behind an option flag. It doesn't seem anybody is listening at Azure's side... |
Solved for me in the gems released yesterday. |
Will there be an updated version with
nokogiri 1.12
any time soon?The text was updated successfully, but these errors were encountered: