Skip to content

Mitigate supply-chain attacks with bundle cooldown#975

Merged
tagliala merged 1 commit into
mainfrom
security/bundle-cooldown
Jun 10, 2026
Merged

Mitigate supply-chain attacks with bundle cooldown#975
tagliala merged 1 commit into
mainfrom
security/bundle-cooldown

Conversation

@tagliala

Copy link
Copy Markdown
Contributor

Introduces the new time-based 'cooldown' filter shipped in Bundler 4.0.13. Most supply-chain attacks exploit a tiny window immediately after a gem version is published. This feature prevents Bundler from resolving to any gem version until it has been public for a minimum number of days, allowing time for community vetting.

Ref: https://blog.rubygems.org/2026/06/03/cooldown-let-new-gems-be-vetted.html

Introduces the new time-based 'cooldown' filter shipped in Bundler 
4.0.13. Most supply-chain attacks exploit a tiny window immediately 
after a gem version is published. This feature prevents Bundler from 
resolving to any gem version until it has been public for a minimum 
number of days, allowing time for community vetting.

Ref: https://blog.rubygems.org/2026/06/03/cooldown-let-new-gems-be-vetted.html
@codecov

codecov Bot commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (deb72ff) to head (f333109).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #975   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines          106       106           
=========================================
  Hits           106       106           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tagliala tagliala merged commit 1ca044a into main Jun 10, 2026
6 checks passed
@tagliala tagliala deleted the security/bundle-cooldown branch June 10, 2026 07:27
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.

1 participant