-
Notifications
You must be signed in to change notification settings - Fork 333
Description
There have been a number of CVEs for vulnerabilities in Rubygems announced today https://www.ruby-lang.org/en/news/2019/03/05/multiple-vulnerabilities-in-rubygems/.
I've read the conversation in #255, and it seems the general consensus here was to rely on Ruby core patches pulling in security fixes for Rubygems.
With this latest batch of CVEs, the announcement is not clear about if there is an intention to patch this with new Ruby releases, as the advice is to update Rubygems.
How do you plan to proceed with this here? I'm trying to gauge whether it's worth manually patching all of our systems or whether I should be waiting for either: an upstream patch to Ruby making its way to the base images or b) an updated Rubygems in the base images. Is someone able to confirm with someone on the Ruby team whether they plan on releasing patches with updated Rubygems? If not, would you expect to be bumping the Rubygems version in the Docker base images?