How Bundler is broken and what you can do about it
Bundler has a major security vulnerability that affects all stable versions. The vulnerability allows an attacker to inject arbitrary code into your application via any secondary gem source declared in your gemfile, whether or not that source is scoped to specific gems.
Learn more from Collective Idea’s blog post.
Post a comment