You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if in our Gemfile when we specify a gem from a git source, if we could have an option to have bundler run git verify-commit <commit version> on the revision pulled in, as a safeguard against this type of exploit.
It would be great if in our Gemfile when we specify a gem from a git source, if we could have an option to have bundler run
git verify-commit <commit version>on the revision pulled in, as a safeguard against this type of exploit.