Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielle Adams <adamzdanielle@gmail.com>2021-12-17 16:54:39 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2021-12-18 02:13:50 +0300
commitaeb9c0e1ed25882ff1d78748490eab031eb1868c (patch)
tree5b12d23f5b532cdc18887fc158cc32bf4a93dda9 /doc/api/stream.md
parente676942f814915b2d24fc899bb42dc71ae6c8226 (diff)
2021-12-17, Version 17.3.0 (Current)
OpenSSL-3.0.1: OpenSSL-3.0.1 contains a fix for CVE-2021-4044: Invalid handling of X509_verify_cert() internal errors in libssl (Moderate). This is a vulnerability in OpenSSL that may be exploited through Node.js. More information can be read here: https://www.openssl.org/news/secadv/20211214.txt. Contributed by Richard Lau https://github.com/nodejs/node/pull/41177 Other Notable Changes: * lib: * make AbortSignal cloneable/transferable (James M Snell) https://github.com/nodejs/node/pull/41050 * deps: * upgrade npm to 8.3.0 (npm team) https://github.com/nodejs/node/pull/41127 * doc: * add @bnb as a collaborator (Tierney Cyren) https://github.com/nodejs/node/pull/41100 * process: * add `getActiveResourcesInfo()` (Darshan Sen) https://github.com/nodejs/node/pull/40813 * timers: * add experimental scheduler api (James M Snell) https://github.com/nodejs/node/pull/40909 PR-URL: https://github.com/nodejs/node/pull/41167
Diffstat (limited to 'doc/api/stream.md')
-rw-r--r--doc/api/stream.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 2b1035f1874..891c1bdbb2a 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -2228,7 +2228,7 @@ Returns whether the stream has been read from or cancelled.
### `stream.isErrored(stream)`
<!-- YAML
-added: REPLACEME
+added: v17.3.0
-->
> Stability: 1 - Experimental