node/doc/api
Antoine du Hamel c8d3916cee
2026-06-18, Version 26.3.1 (Current)
This is a security release.

Notable changes:

* (CVE-2026-48618) tls: normalize hostname for server identity checks (Matteo Collina) – High
* (CVE-2026-48933) crypto: guard WebCrypto cipher output length (Filip Skokan) – High
* (CVE-2026-48615) lib,test: redact proxy credentials in tunnel errors (Matteo Collina) – Medium
* (CVE-2026-48619) http2: cap originSet size to prevent unbounded memory growth (Matteo Collina) – Medium
* (CVE-2026-48928) tls: fix case-sensitive SNI context matching (Matteo Collina) – Medium
* (CVE-2026-48930) dns,net: reject hostnames with embedded NUL bytes (Matteo Collina) – Medium
* (CVE-2026-48934) tls: bind reusable sessions to authenticated host (Matteo Collina) – Medium
* (CVE-2026-48617) permission: handle process.chdir on writereport (RafaelGSS) – Low
* (CVE-2026-48931) http: fix response queue poisoning in http.Agent (Matteo Collina) – Low
* (CVE-2026-48935) permission: disable FileHandle utimes with permission model (RafaelGSS) – Low
* (CVE-2026-48936) permission: guard pipe open and chmod with net scope (RafaelGSS) – Low

PR-URL: https://github.com/nodejs-private/node-private/pull/897
2026-06-17 19:15:41 +02:00
..
addons.md build: make test-addons dependency-free 2026-05-05 16:19:34 +02:00
assert.md doc: remove unnecessary <!-- eslint- magic comments 2026-05-19 14:08:19 +02:00
async_context.md doc: fix documentation history missing 25.9.0 2026-05-06 17:55:06 +02:00
async_hooks.md async_hooks: add trackPromises option to createHook() 2026-01-28 11:25:24 +00:00
buffer.md 2026-06-01, Version 26.3.0 (Current) 2026-05-31 11:17:31 +02:00
child_process.md doc: fix inconsistencies in CJS code snippets 2026-05-19 14:08:18 +02:00
cli.md 2026-05-20, Version 26.2.0 (Current) 2026-05-20 10:01:11 +02:00
cluster.md doc: fix inconsistencies in CJS code snippets 2026-05-19 14:08:18 +02:00
console.md doc: remove unnecessary <!-- eslint- magic comments 2026-05-19 14:08:19 +02:00
crypto.md doc: fix article usage before vowel-sound acronyms 2026-05-20 10:00:11 +02:00
debugger.md 2026-06-01, Version 26.3.0 (Current) 2026-05-31 11:17:31 +02:00
deprecations.md doc: fix typo in deprecations 2026-05-23 00:05:39 +02:00
dgram.md doc: add reusePort error behavior to net module 2026-01-04 02:13:31 +00:00
diagnostics_channel.md 2026-05-07, Version 26.1.0 (Current) 2026-05-07 00:58:03 +02:00
dns.md doc: remove unnecessary <!-- eslint- magic comments 2026-05-19 14:08:19 +02:00
documentation.md
domain.md doc: domain.add() does not accept timer objects 2025-11-13 04:10:29 +00:00
embedding.md
environment_variables.md doc: fix small environment_variables typo 2026-03-18 15:48:15 +00:00
errors.md 2026-06-18, Version 26.3.1 (Current) 2026-06-17 19:15:41 +02:00
esm.md doc: remove unnecessary <!-- eslint- magic comments 2026-05-19 14:08:19 +02:00
events.md 2026-02-24, Version 24.14.0 'Krypton' (LTS) 2026-02-24 10:20:06 -05:00
ffi.md ffi: remove function signature property aliases 2026-05-27 11:35:45 +02:00
fs.md doc: improve fs.StatFs properties descriptions 2026-05-30 19:26:24 +02:00
globals.md 2026-05-05, Version 26.0.0 (Current) 2026-05-04 08:27:41 -03:00
http.md 2026-06-01, Version 26.3.0 (Current) 2026-05-31 11:17:31 +02:00
http2.md http2: cap originSet size to prevent unbounded memory growth 2026-06-17 18:51:19 +02:00
https.md doc: fix linter issues 2025-11-08 17:09:29 +00:00
index.md doc: minor structural stream/iter edits 2026-05-05 16:21:46 +02:00
inspector.md doc,src,test: fix dead inspector help URL 2026-05-05 16:19:33 +02:00
intl.md doc: update MDN links 2025-12-16 20:31:28 +00:00
module.md doc: fix article usage before vowel-sound acronyms 2026-05-20 10:00:11 +02:00
modules.md doc: move hyperlinks outside of text blocks 2026-05-27 11:35:46 +02:00
n-api.md 2026-05-20, Version 26.2.0 (Current) 2026-05-20 10:01:11 +02:00
net.md doc: fix broken links of net.md 2026-02-09 15:32:50 +00:00
os.md doc: remove unnecessary <!-- eslint- magic comments 2026-05-19 14:08:19 +02:00
packages.md doc: fix stray carriage return in packages.md 2026-03-20 17:17:41 +01:00
path.md 2025-09-24, Version 22.20.0 'Jod' (LTS) 2025-09-24 13:04:16 +00:00
perf_hooks.md doc: remove unnecessary <!-- eslint- magic comments 2026-05-19 14:08:19 +02:00
permissions.md lib,permission: add permission.drop 2026-05-27 11:35:49 +02:00
process.md 2026-06-01, Version 26.3.0 (Current) 2026-05-31 11:17:31 +02:00
punycode.md
querystring.md
quic.md 2026-06-01, Version 26.3.0 (Current) 2026-05-31 11:17:31 +02:00
readline.md doc: document error event on readline InterfaceConstructor 2025-12-27 16:52:40 +00:00
repl.md doc: fix documentation history missing 25.9.0 2026-05-06 17:55:06 +02:00
report.md tools: fix small inconsistencies in JSON doc output 2026-02-09 22:58:43 +00:00
single-executable-applications.md doc: clarify SEA platform support excludes darwin-x64 2026-05-19 14:08:18 +02:00
sqlite.md doc: clarify filter option of sqlite.database.applyChangeset 2026-05-27 11:35:49 +02:00
stream.md 2026-05-20, Version 26.2.0 (Current) 2026-05-20 10:01:11 +02:00
stream_iter.md doc: fix promise nomenclature in stream_iter.md 2026-05-20 10:00:11 +02:00
string_decoder.md
synopsis.md tools: fix small inconsistencies in JSON doc output 2026-02-09 22:58:43 +00:00
test.md 2026-06-01, Version 26.3.0 (Current) 2026-05-31 11:17:31 +02:00
timers.md
tls.md doc: fix "options" to "option" in tls.createServer 2026-05-23 00:05:43 +02:00
tracing.md doc: fix inconsistencies in CJS code snippets 2026-05-19 14:08:18 +02:00
tty.md
typescript.md doc: fix the TypeScript Execute (tsx) project link 2026-05-05 23:34:21 +02:00
url.md doc: include url.resolve() in DEP0169 application deprecation 2026-03-02 23:03:53 +00:00
util.md 2026-05-07, Version 26.1.0 (Current) 2026-05-07 00:58:03 +02:00
v8.md doc: remove unsupported template type from v8.md 2026-05-20 10:00:11 +02:00
vm.md doc: remove unnecessary <!-- eslint- magic comments 2026-05-19 14:08:19 +02:00
wasi.md doc: fix inconsistencies in CJS code snippets 2026-05-19 14:08:18 +02:00
webcrypto.md doc,lib: align WebCrypto names with spec 2026-05-27 11:35:48 +02:00
webstreams.md doc: document TransformStream transformer.cancel option 2026-05-05 16:19:18 +02:00
worker_threads.md doc: fix URL postMessage example in worker_threads 2026-05-27 11:35:50 +02:00
zlib.md doc: remove unnecessary <!-- eslint- magic comments 2026-05-19 14:08:19 +02:00