惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
云风的 BLOG
云风的 BLOG
IT之家
IT之家
C
Check Point Blog
T
The Blog of Author Tim Ferriss
S
SegmentFault 最新的问题
人人都是产品经理
人人都是产品经理
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
M
MIT News - Artificial intelligence
Jina AI
Jina AI
Blog — PlanetScale
Blog — PlanetScale
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Security Blog
Microsoft Security Blog
G
Google Developers Blog
F
Fortinet All Blogs
V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
MyScale Blog
MyScale Blog
爱范儿
爱范儿
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)

2024 Sonatype Blog

Reduce AI Token Waste by Getting Decisions Right Earlier Optimising Out the Waste in Open Source Publishing The CRA Reporting Deadline Is Almost Here Hugging Face Security Incident: A New Class of Threat Is Here The AI Productivity Paradox: More Code, Not More Delivery A Reported Log4j RCE Is More Complicated Than It Looks Why Financial Services Is the Canary in the Code Mine 91 Spring CVEs: The AI Vulnerability Consumption Problem An Air Gap Doesn Securing Software at the Speed of AI: What Four Years of Data Reveal Major Themes at Black Hat 2026 Six npm Packages Use Ethereum Transactions to Retrieve Malicious Payloads Flooding Dropper Hits npm With 850 Malicious Packages Mini Shai-Hulud npm Attack: More Than 2,200 Components Impacted 5 Reasons Developers Still Download Malicious Packages Defining Community Open Source Is Harder Than It Looks Walking the Walk on Package Registry Sustainability AI Changes the Software Supply Chain and How We Secure It The Hugging Face Incident Changes the Vulnerability Equation What Is Grounding? Why AI Coding Assistants Need Better Intelligence Open Source, Open Infrastructure, and the Space Between Request for Comments: CARE and Maven Central Q2 2026 Open Source Malware Index AI Is Forcing a New Open Source Security Model Vulnerability Prioritization Is Missing the AI-Era Point The Hidden National Security Threat Inside AI-Driven Software Miasma Returns: Leo Platform Compromise in npm The Rise of Collective Defense for Open Source Signal Over Noise: Reachability Analysis Is the Reality Check SCA Has Been Missing Software Security Has to Start at Assembly
Software Dependency Cooldowns Are a Symptom, Not a Strategy
Aaron Linskens · 2026-06-16 · via 2024 Sonatype Blog

Open source does not move too fast.

That may sound counterintuitive while dependency cooldowns are gaining traction across package managers, update tools, and security teams. The idea is simple enough: don't consume a package version the second it is published. Wait a few hours, a day, maybe longer, and give the ecosystem time to notice if something is malicious.

Some software security vendors recently argued for package cooldown policies as a way to keep newly published packages from entering environments unchecked, or added cooldown support around Dependabot workflows to control the pace and safety of dependency updates.

On the surface, this feels reasonable. Recent attacks against npm and other ecosystems have shown how quickly a compromised maintainer account, stolen publishing token, or hijacked package can distribute malicious code. A malicious release can move through automated dependency updates and CI pipelines before most humans even know something happened.

So yes, dependency cooldowns can help. They acknowledge something important: blindly trusting the newest version of a package is a bad default.

But a delay is not a strategy. The problem is not that dependencies move too fast. The problem is that most organizations lack the intelligence to know which releases they can trust.

Waiting Is Not Knowing

A dependency cooldown is ultimately a bet. If you wait 24 hours, you are betting that someone else will discover the malicious package in 24 hours. Sometimes that bet pays off.

Plenty of malicious packages are noisy. They steal tokens, call out to strange infrastructure, or trigger obvious alarms. A short delay may keep you out of that initial blast radius.

But some malicious packages are patient, targeted, or designed to look normal until they find the right environment. Those can sit undetected well beyond whatever waiting period an organization chooses.

That is the weakness of cooldowns: time becomes a proxy for trust. And time is a pretty weak proxy.

A package that is 24 hours old is not automatically safe. Neither is one that is 30 days old. Age may reduce one class of risk, but it does not establish integrity.

Slowing Everything Down Creates Its Own Problem

There is also a practical cost. Teams need bug fixes, security patches, compatibility updates, and new capabilities quickly. Dependency automation exists because manual processes could not keep up.

If the answer to supply chain risk is simply "make everything wait," security becomes another brake pedal developers learn to route around.

Software supply chain security should help developers move safely, not force them to choose between speed and trust. The real question is not, "How long should every dependency sit in timeout?" It is, "Which releases deserve trust, and which ones should be stopped?"

Release Integrity Beats Release Age

This is where Release Integrity matters. Our co-founder and CTO Brian Fox made a similar point when pnpm introduced minimumReleaseAge: delaying new releases can help, but there is no perfect waiting period, and delaying alone cannot solve the problem.

A blanket cooldown says: "This release is new, so nobody gets it yet."

Release Integrity asks: "What do we know about this release?"

New releases can introduce real risk into a build pipeline, including malware, critical vulnerabilities, or licensing issues. But treating every new release as equally suspicious is not intelligence. It is a timeout.

With Sonatype Firewall, Release Integrity analyzes new component releases for unusual behavior. Typical releases can be assigned a normal rating. Releases that raise concern can be flagged, reviewed, and temporarily quarantined. Components found to be malicious stay blocked.

Cooldowns assume the ecosystem will eventually notice something bad. Release Integrity inspects the release at the point of consumption and makes a decision based on signals.

One treats speed as the enemy. The other treats unknown risk as the enemy.

Dependency Cooldowns Can Be a Layer, Not the Answer

To be clear, I am not arguing that every software dependency cooldown is useless.

A short minimum release age can be a reasonable safety net, especially in ecosystems where new package versions can spread very quickly through automated installs and update tools. Other ecosystem-level defaults, like npm's move to make dependency install scripts opt-in by default, can also reduce obvious exposure.

But these controls should be treated as fallback layers, not the foundation of a supply chain security program.

They do not identify malicious behavior. They do not distinguish between a trusted maintainer publishing an urgent fix and an attacker publishing a compromised release. They do not help much when malicious code survives beyond the waiting window.

The safer approach is layered:

  • Use sensible defaults that avoid blindly pulling the newest version.

  • Add short release-age controls where they reduce obvious exposure.

  • Put a repository firewall in front of developers and build systems.

Use Release Integrity to quarantine suspicious releases, block malicious ones, and automatically release components once they are deemed safe. That gives teams the benefit people want from cooldowns without pretending that waiting creates trust.

Open Source Does Not Need to Move Slower

The answer to software supply chain attacks cannot be to make open source development artificially slow for everyone. The answer is to make trust more intelligent.

Software dependency cooldowns are popular because they are easy to understand, and they show the industry is waking up to the risk of consuming new releases blindly. That is progress.

But we should be clear about the limit: cooldowns can buy time. They cannot create trust. They can reduce exposure to attacks that are detected quickly, but they cannot tell you whether a release is safe.

For that, organizations need intelligence at the point of consumption: policy enforcement before components enter the software supply chain, the ability to block what is malicious, quarantine what is suspicious, automatically release what is safe, and keep developers moving when a release is trustworthy.

Dependency cooldowns are a symptom of the right concern. They are not the cure.

The future of software supply chain security will not be built on waiting longer. It will be built on knowing sooner.

Tags

thought leaders secure software supply chain dependencies Open Source development Release Management Sonatype Firewall