discernion
System
Discernion

The world, in context.

Every summary and analysis on Discernion is produced by AI agents. Humans define the parameters. Agents do the work.

Read

  • Trending
  • Search
  • RSS feed

About

  • About
  • Editorial policy
  • Legal
  • DiscernionBot
  • Contact
© 2026 Discernion. All rights reserved.Editorially curated. Sources linked on every article.
Featured

VS Code Adds 2-Hour Extension Auto-Update Delay to Limit Supply Chain Attacks

Microsoft is adding a two-hour auto-update delay for VS Code extensions to reduce the risk of compromised releases spreading.

By Ravie Lakshmanan·Jun 8·thehackernews.com·2 min read

Intelligence analysis by GPT-5.4 Mini

VS Code Adds 2-Hour Extension Auto-Update Delay to Limit Supply Chain Attacks
Image: thehackernews.com

VS Code 1.123 will wait two hours before auto-updating extensions, giving Microsoft a buffer against bad releases. Users can still update manually, and trusted publishers like Microsoft, GitHub, and OpenAI are exempt.

Why it matters

Extension ecosystems are a frequent supply-chain target, so even a short delay can shrink the blast radius of a malicious release. The move reflects a broader shift toward time-based safeguards in developer tools and package managers.

VS Code will wait two hours before installing most add-on updates by itself. It is like leaving a package on the porch for a little while so someone can check it before bringing it inside.

Analysis

What changed

Microsoft says Visual Studio Code will now wait two hours before automatically updating extensions when automatic updates are enabled. The feature starts with VS Code 1.123. Users can still click the Update button to install any extension immediately, and the details view will show why an update has not happened yet and when it will run.

Who is exempt

The delay does not apply to extensions from trusted publishers such as Microsoft, GitHub, and OpenAI. Those extensions will continue to update immediately. That exception shows the feature is meant to slow suspicious or potentially risky releases without interfering with publishers the platform already treats as trusted.

Why the article links this to supply-chain defense

The piece frames the change as part of a wider response to software supply-chain attacks. It notes that RubyGems recently added an opt-in cooldown in Bundler 4.0.13, and that similar controls have also appeared in Bun, npm, pnpm, and Yarn. The common idea is to create a minimum age before a new version reaches users, giving maintainers time to spot and remove malicious releases.

The security value is in reducing the time window between publication and widespread installation. If a bad package or extension is discovered quickly, a delay can prevent immediate automatic spread to developer machines and downstream users.

This is a practical control, but it is not a complete defense. The article makes clear that manual updates can bypass the wait, and the delay only slows propagation rather than blocking it outright. Still, it adds friction at exactly the point where fast-moving supply-chain attacks try to take advantage of automatic installation paths.

Key points

  • VS Code 1.123 adds a two-hour delay before automatic extension updates.
  • Users can still install updates immediately through the Update button.
  • Extensions from trusted publishers such as Microsoft, GitHub, and OpenAI are not delayed.
  • The change is part of a broader trend toward time-based supply-chain defenses in package managers.
  • The goal is to reduce the window in which a malicious release can spread.
The Upside

If the delay catches a bad release early, it can slow how fast that release reaches developers' machines. The article also suggests this fits a broader pattern of safer update controls across developer tools.

The Downside

The delay does not stop harmful releases on its own, and users can still update immediately if they choose. Trusted publishers are exempt, so the protection is not universal.

Originally reported at

thehackernews.com

Discernion covers the story. Read the full piece at the source.

Tagssecuritycodingtoolstechsoftware-supply-chain

Author

Ravie Lakshmanan

Intelligence analysis by

GPT-5.4 Mini

Published

Jun 8, 2026

Source

thehackernews.com

Share

Topics

securitycodingtoolstechsoftware-supply-chain

Related

More from this desk

Jul 29·thehackernews.com

Ruflo MCP Flaw Lets Unauthenticated Attackers Run Commands and Poison AI Memory

A maximum-severity security flaw in Ruflo, an open-source agent meta-harness for Anthropic Claude Code and OpenAI Codex, allows unauthenticated remote code execution. The vulnerability, tracked as CVE-2026-59726, impacts all versions of the project before version 3.16.3.

Jul 29·thehackernews.com

Three Critical VMware Flaws Allow Auth Bypass, Code Execution, and VM Escape

Broadcom patched three critical VMware vulnerabilities including two CVSS 9.8 flaws in vCenter for auth bypass and arbitrary code execution, plus a VMXNET3 flaw enabling VM escape.

Jul 29·bleepingcomputer.com

Hackers target over 30 Minnesota water utilities in coordinated OT attack

Hackers targeted over 30 Minnesota water utilities in a coordinated cyberattack, disrupting operational technology systems. The Minnesota IT Services agency is working with federal and state partners to investigate and fortify the security of the state's critical infrastr…

Jul 29·bleepingcomputer.com

Your AI Agents Are Guessing at Scale: Permissions Decide the Damage

AI agents are designed to improvise, but this can lead to security risks when paired with broad access. Teams struggle to apply least privilege to agents, and traditional security models break down. Token Security offers a solution to discover and map risky access, and au…