The images in this article were generated with artificial intelligence. How we publish
Microsoft has incorporated in Visual Studio Code a practical measure against supply chain attacks: when automatic extension updates are activated, the new version is not immediately applied but is installed two hours after its publication. The goal is to reduce the window in which a newly uploaded, potentially malicious or defective version can spread massively before being detected and removed.
The option is part of the family of controls that several platforms are deploying to "cool" new publications and give time to human and automatic detection. In the case of VS Code the two-hour delay does not affect extensions published by trusted editors, such as Microsoft, GitHub and OpenAI, which will continue to be updated immediately; in addition, the user can force an update at any time using the "Update" button and the interface shows why an extension has not yet been updated and when the automatic update will be made.

This initiative fits similar changes in package and ecosystem managers: RubyGems added a tooldown option in Bundler 4.0.13 to delay the installation of new versions, and projects such as Bun, npm, pnpm and Yarn have introduced minimum launch age parameters that seek the same purpose. More general information about the VS Code version notes and their evolution can be found on the official Visual Studio Code update site: https: / / code.visualstudio.com / updates, and Bundler's launch history is available in its repository: https: / / github.com / rubygens / bundler / releases.
Why it works (and why it's not a silver bullet): delay an update introduces critical time for automated tools, third parties and the community to detect suspicious behaviour and security teams to act. However, it is a risk reduction, not elimination measure: an attacker with control of the pipeline of a "reliable" editor or who publishes a committed package and waits for the cooling window can continue to exploit the chain. In addition, latency generates an operational cost: critical corrections or security patches will have a gap for millions of users if only the mechanism is trusted.
The operational implications are important for organizations and developers. In corporate environments, it is necessary to consider centralized policies on extensions and packages instead of relying on automatic updates per user. This includes controls on who can install extensions, internal white lists, and validation processes before approving the update in production workstations.
Immediate practical recommendations for developers and security officials: review and adjust the VS Code automatic update configuration according to the risk of your project; use the blocking or pinning of versions in critical projects where possible; validate the source of extensions and packages (review repositories, signatures, editor's history); integrate unit scanning and static analysis in CI / CD; and monitor security feeds and incident records to detect anomalous behaviors related to extensions or packages.
In addition, the organisations must implement containment controls: run development tools in isolated environments (virtual machines, ephemeral containers or managed environments), apply the principle of minor privilege to extensions that interact with the system or network, and require signed and traceable artifacts prior to deployment in sensitive environments.

At the ecosystem level, additional improvements are needed: verifiable signatures of packages and extensions, reproducible buildings, better scanning capabilities in the records, and rapid revocation and reporting procedures. The "cooling" measures are effective if they are accompanied by a rapid response from the maintainers and Community and commercial detection tools.
The trend is clear: records and development tools are adding time controls to make time for incidents. However, effective defence requires layers: publication controls on the editor's side, corporate policies, human and automated review and safe development practices. The documentation and security guides on the supply chain help to design these layers; for example, cybersecurity authorities publish useful resources on how to protect the supply chain software: https: / / www.ncsc.gov.uk / collection / software-supply-chain-security.
In short, the two-hour pause in VS Code is a welcome improvement that reduces operating risk at low cost, but should be seen as a piece within a broader supply chain protection strategy. The teams must take advantage of it, but not rely exclusively on it.: audit units, control deployments and strengthen pipelines remain essential actions.
Related
More news on the same subject.

Anonymous MousKIT phishing platform identified to remove Activation Lock on iPhone and iPad
Cybersecurity researchers have documented a phishing platform as a service aimed at eliminating the protection of Activation Lock from stolen iPhones and iPads, combining forged...

United States U.S. imposes sanctions on Iranian networks linked to MOIS and Mabna in the Economic Outcast operation
The U.S. Treasury Department has launched a new round of financial sanctions against networks linked to Iran, in a campaign that the U.S. authorities describe as a coordinated e...

NemoClaw operating chain exposes Olama to unauthenticated access and alters chat templates
What has happened (confirmed facts): Oasis Security researchers have published a report describing a chain of exploitation against the NemoClaw configuration that can allow a we...

CISA adds CVE-2026-21962 to KEV by remote operation in Oracle HTTP Server and WebLogic
The United States Agency for Cybersecurity and Infrastructure (CISA) has included in its catalogue Known Exploited Vulnerabilities (KEV) the critical failure traced as CVE-2026-...

IA in code generation accelerates OSS dependencies and generates security mediation debt
A recent seminar organized by ActiveState and a survey of 300 security and development leaders in companies in different sectors confirms something that many teams already notic...

They identify WordlistLoader and SynkLoader, intermediate loaders linked to access brokers for
Cybersecurity researchers have identified two new malware families - called WordlistLoader and SynkLoader - used as intermediate stages to deploy later loads and, according to p...

TikTok will pay 400 million for COPPA; 100 M subject to annulment of decree Musical.ly
The U.S. Department of Justice. United States announced payment of $400 million by TikTok to resolve a 2024 lawsuit that accused the platform - owned by ByteDance - of violating...