129 wires and counting

$ follow Node.js

Keep up with Node.js in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-06-29
stories 4

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

NODE.JS TIGHTENS SECURITY ACCESS CONTROLS

By RepoJournal · Filed · About Node.js · Composed from the cited sources · methodology

1 person shipped this

The Node.js security team updated access permissions for handling private vulnerability reports and patches overnight.

The core change is straightforward but critical: the SECURITY.md file now reflects the current roster of people with access to private security reports and the ability to deploy patches [1]. This sync matters because it keeps the security chain of custody current as maintainers rotate in and out. In parallel, the team also clarified documentation around the `node:vfs` module to explicitly state it is not a sandbox, permission system, or security boundary [2]. That second change prevents developers from misusing vfs as a security control when it provides none. Both changes are documentation-only, so no immediate production impact, but the vfs clarification is worth a read if your team has ever considered using it for access control.

Quick answers

What shipped in Node.js on June 29, 2026?
The Node.js security team updated access permissions for handling private vulnerability reports and patches overnight. In total, 2 commits and 2 pull requests landed.
Who contributed to Node.js on June 29, 2026?
1 developer shipped this update, including mcollina.
What were the notable Node.js updates?
doc: update list of people in `SECURITY.md` and doc: clarify vfs is not a sandbox.