toyai / python-playground

Interactive Playground for Python
https://python-playground.netlify.app
MIT License
12 stars 1 forks source link

chore(deps): update node.js to >=v12.22.7 #83

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
node engines minor >=12.0.0 -> >=v12.22.7

Release Notes

nodejs/node ### [`v12.22.7`](https://togithub.com/nodejs/node/releases/v12.22.7) [Compare Source](https://togithub.com/nodejs/node/compare/v12.22.6...v12.22.7) This is a security release. ##### Notable changes - **CVE-2021-22959**: HTTP Request Smuggling due to spaced in headers (Medium) - The http parser accepts requests with a space (SP) right after the header name before the colon. This can lead to HTTP Request Smuggling (HRS). More details will be available at [CVE-2021-22959](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22959) after publication. - **CVE-2021-22960**: HTTP Request Smuggling when parsing the body (Medium) - The parse ignores chunk extensions when parsing the body of chunked requests. This leads to HTTP Request Smuggling (HRS) under certain conditions. More details will be available at [CVE-2021-22960](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22960) after publication. ##### Commits - \[[`21a2e554e3`](https://togithub.com/nodejs/node/commit/21a2e554e3)] - **deps**: update llhttp to 2.1.4 (Fedor Indutny) [nodejs-private/node-private#​286](https://togithub.com/nodejs-private/node-private/pull/286) - \[[`d5d3a03246`](https://togithub.com/nodejs/node/commit/d5d3a03246)] - **http**: add regression test for smuggling content length (Matteo Collina) [nodejs-private/node-private#​286](https://togithub.com/nodejs-private/node-private/pull/286) - \[[`0858587f21`](https://togithub.com/nodejs/node/commit/0858587f21)] - **http**: add regression test for chunked smuggling (Matteo Collina) [nodejs-private/node-private#​286](https://togithub.com/nodejs-private/node-private/pull/286) ### [`v12.22.6`](https://togithub.com/nodejs/node/releases/v12.22.6) [Compare Source](https://togithub.com/nodejs/node/compare/v12.22.5...v12.22.6) This is a security release. ##### Notable Changes These are vulnerabilities in the node-tar, arborist, and npm cli modules which are related to the initial reports and subsequent remediation of node-tar vulnerabilities [CVE-2021-32803](https://togithub.com/advisories/GHSA-r628-mhmh-qjhw) and [CVE-2021-32804](https://togithub.com/advisories/GHSA-3jfq-g458-7qm9). Subsequent internal security review of node-tar and additional external bounty reports have resulted in another 5 CVE being remediated in core npm CLI dependencies including node-tar, and npm arborist. You can read more about it in: - [CVE-2021-37701](https://togithub.com/npm/node-tar/security/advisories/GHSA-9r2w-394v-53qc) - [CVE-2021-37712](https://togithub.com/npm/node-tar/security/advisories/GHSA-qq89-hq3f-393p) - [CVE-2021-37713](https://togithub.com/npm/node-tar/security/advisories/GHSA-5955-9wpr-37jh) - [CVE-2021-39134](https://togithub.com/npm/arborist/security/advisories/GHSA-2h3h-q99f-3fhc) - [CVE-2021-39135](https://togithub.com/npm/arborist/security/advisories/GHSA-gmw6-94gg-2rc2) ##### Commits - \[[`a0154b586b`](https://togithub.com/nodejs/node/commit/a0154b586b)] - **deps**: update archs files for OpenSSL-1.1.1l (Richard Lau) [#​39869](https://togithub.com/nodejs/node/pull/39869) - \[[`7a95637eb7`](https://togithub.com/nodejs/node/commit/7a95637eb7)] - **deps**: upgrade openssl sources to 1.1.1l (Richard Lau) [#​39869](https://togithub.com/nodejs/node/pull/39869) - \[[`840b0ffff6`](https://togithub.com/nodejs/node/commit/840b0ffff6)] - **deps**: upgrade npm to 6.14.15 (Darcy Clarke) [#​39856](https://togithub.com/nodejs/node/pull/39856) ### [`v12.22.5`](https://togithub.com/nodejs/node/releases/v12.22.5) [Compare Source](https://togithub.com/nodejs/node/compare/v12.22.4...v12.22.5) This is a security release. ##### Notable Changes - **CVE-2021-3672/CVE-2021-22931**: Improper handling of untypical characters in domain names (High) - Node.js was vulnerable to Remote Code Execution, XSS, application crashes due to missing input validation of hostnames returned by Domain Name Servers in the Node.js DNS library which can lead to the output of wrong hostnames (leading to Domain Hijacking) and injection vulnerabilities in applications using the library. You can read more about it at https://nvd.nist.gov/vuln/detail/CVE-2021-22931. - **CVE-2021-22940**: Use after free on close http2 on stream canceling (High) - Node.js was vulnerable to a use after free attack where an attacker might be able to exploit memory corruption to change process behavior. This release includes a follow-up fix for CVE-2021-22930 as the issue was not completely resolved by the previous fix. You can read more about it at https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22940. - **CVE-2021-22939**: Incomplete validation of rejectUnauthorized parameter (Low) - If the Node.js HTTPS API was used incorrectly and "undefined" was in passed for the "rejectUnauthorized" parameter, no error was returned and connections to servers with an expired certificate would have been accepted. You can read more about it at https://nvd.nist.gov/vuln/detail/CVE-2021-22939. ##### Commits - \[[`5f947db68c`](https://togithub.com/nodejs/node/commit/5f947db68c)] - **deps**: update c-ares to 1.17.2 (Beth Griggs) [#​39724](https://togithub.com/nodejs/node/pull/39724) - \[[`42695ea34b`](https://togithub.com/nodejs/node/commit/42695ea34b)] - **deps**: reflect c-ares source tree (Beth Griggs) [#​39653](https://togithub.com/nodejs/node/pull/39653) - \[[`e4c9156b32`](https://togithub.com/nodejs/node/commit/e4c9156b32)] - **deps**: apply missed updates from c-ares 1.17.1 (Beth Griggs) [#​39653](https://togithub.com/nodejs/node/pull/39653) - \[[`9cd1f53103`](https://togithub.com/nodejs/node/commit/9cd1f53103)] - **http2**: add tests for cancel event while client is paused reading (Akshay K) [#​39622](https://togithub.com/nodejs/node/pull/39622) - \[[`2008c9722f`](https://togithub.com/nodejs/node/commit/2008c9722f)] - **http2**: update handling of rst_stream with error code NGHTTP2\_CANCEL (Akshay K) [#​39622](https://togithub.com/nodejs/node/pull/39622) - \[[`1780bbc329`](https://togithub.com/nodejs/node/commit/1780bbc329)] - **tls**: validate "rejectUnauthorized: undefined" (Matteo Collina) [nodejs-private/node-private#​276](https://togithub.com/nodejs-private/node-private/pull/276) ### [`v12.22.4`](https://togithub.com/nodejs/node/releases/v12.22.4) [Compare Source](https://togithub.com/nodejs/node/compare/v12.22.3...v12.22.4) This is a security release. ##### Notable Changes - **CVE-2021-22930**: Use after free on close http2 on stream canceling (High) - Node.js is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior. You can read more about it in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22930 ##### Commits - \[[`499e56babe`](https://togithub.com/nodejs/node/commit/499e56babe)] - **build**: fix label-pr workflow (Michaël Zasso) [#​38399](https://togithub.com/nodejs/node/pull/38399) - \[[`98ac3c4108`](https://togithub.com/nodejs/node/commit/98ac3c4108)] - **build**: label PRs with GitHub Action instead of nodejs-github-bot (Phillip Johnsen) [#​38301](https://togithub.com/nodejs/node/pull/38301) - \[[`ddc8dde150`](https://togithub.com/nodejs/node/commit/ddc8dde150)] - **deps**: upgrade npm to 6.14.14 (Darcy Clarke) [#​39553](https://togithub.com/nodejs/node/pull/39553) - \[[`e11a862eed`](https://togithub.com/nodejs/node/commit/e11a862eed)] - **deps**: update to c-ares 1.17.1 (Danny Sonnenschein) [#​36207](https://togithub.com/nodejs/node/pull/36207) - \[[`39e9cd540f`](https://togithub.com/nodejs/node/commit/39e9cd540f)] - **deps**: restore minimum ICU version to 65 (Richard Lau) [#​39068](https://togithub.com/nodejs/node/pull/39068) - \[[`e459c79b02`](https://togithub.com/nodejs/node/commit/e459c79b02)] - **deps**: V8: cherry-pick [`035c305`](https://togithub.com/nodejs/node/commit/035c305ce776) (Michaël Zasso) [#​38497](https://togithub.com/nodejs/node/pull/38497) - \[[`b3c698a5d8`](https://togithub.com/nodejs/node/commit/b3c698a5d8)] - **deps**: update to cjs-module-lexer@1.2.1 (Guy Bedford) [#​38450](https://togithub.com/nodejs/node/pull/38450) - \[[`7d5a2f9588`](https://togithub.com/nodejs/node/commit/7d5a2f9588)] - **deps**: update to cjs-module-lexer@1.1.1 (Guy Bedford) [#​37992](https://togithub.com/nodejs/node/pull/37992) - \[[`906b43e586`](https://togithub.com/nodejs/node/commit/906b43e586)] - **deps**: V8: update build dependencies (Michaël Zasso) [#​39245](https://togithub.com/nodejs/node/pull/39245) - \[[`15b91fa3fa`](https://togithub.com/nodejs/node/commit/15b91fa3fa)] - **deps**: V8: backport [`8959494`](https://togithub.com/nodejs/node/commit/895949419186) (Michaël Zasso) [#​39245](https://togithub.com/nodejs/node/pull/39245) - \[[`8046daf09f`](https://togithub.com/nodejs/node/commit/8046daf09f)] - **deps**: V8: cherry-pick [`0b3a4ec`](https://togithub.com/nodejs/node/commit/0b3a4ecf7083) (Michaël Zasso) [#​39245](https://togithub.com/nodejs/node/pull/39245) - \[[`f4377b13a6`](https://togithub.com/nodejs/node/commit/f4377b13a6)] - **deps**: V8: cherry-pick [`7c182bd`](https://togithub.com/nodejs/node/commit/7c182bd65f42) (Michaël Zasso) [#​39245](https://togithub.com/nodejs/node/pull/39245) - \[[`add7b5b4c2`](https://togithub.com/nodejs/node/commit/add7b5b4c2)] - **deps**: V8: cherry-pick [`cc641f6`](https://togithub.com/nodejs/node/commit/cc641f6be756) (Michaël Zasso) [#​39245](https://togithub.com/nodejs/node/pull/39245) - \[[`a73275f056`](https://togithub.com/nodejs/node/commit/a73275f056)] - **deps**: V8: cherry-pick [`7b33328`](https://togithub.com/nodejs/node/commit/7b3332844212) (Michaël Zasso) [#​39245](https://togithub.com/nodejs/node/pull/39245) - \[[`492b0d6b37`](https://togithub.com/nodejs/node/commit/492b0d6b37)] - **deps**: V8: cherry-pick [`e6f62a4`](https://togithub.com/nodejs/node/commit/e6f62a41f5ee) (Michaël Zasso) [#​39245](https://togithub.com/nodejs/node/pull/39245) - \[[`2b54156260`](https://togithub.com/nodejs/node/commit/2b54156260)] - **deps**: V8: cherry-pick [`92e6d33`](https://togithub.com/nodejs/node/commit/92e6d3317082) (Michaël Zasso) [#​39245](https://togithub.com/nodejs/node/pull/39245) - \[[`bbceab4d91`](https://togithub.com/nodejs/node/commit/bbceab4d91)] - **deps**: V8: backport [`1b1eda0`](https://togithub.com/nodejs/node/commit/1b1eda0876aa) (Michaël Zasso) [#​39245](https://togithub.com/nodejs/node/pull/39245) - \[[`93a1a3c5ae`](https://togithub.com/nodejs/node/commit/93a1a3c5ae)] - **deps**: V8: cherry-pick [`530080c`](https://togithub.com/nodejs/node/commit/530080c44af2) (Milad Fa) [#​38509](https://togithub.com/nodejs/node/pull/38509) - \[[`b263f2585a`](https://togithub.com/nodejs/node/commit/b263f2585a)] - **http2**: on receiving rst_stream with cancel code add it to pending list (Akshay K) [#​39423](https://togithub.com/nodejs/node/pull/39423) - \[[`3e4bc1b0d3`](https://togithub.com/nodejs/node/commit/3e4bc1b0d3)] - **module**: fix legacy `node` specifier resolution to resolve `"main"` field (Antoine du Hamel) [#​38979](https://togithub.com/nodejs/node/pull/38979) - \[[`f552c45676`](https://togithub.com/nodejs/node/commit/f552c45676)] - **src**: move CHECK in AddIsolateFinishedCallback (Fedor Indutny) [#​38010](https://togithub.com/nodejs/node/pull/38010) - \[[`30ce0e66ae`](https://togithub.com/nodejs/node/commit/30ce0e66ae)] - **src**: update cares_wrap OpenBSD defines (Anna Henningsen) [#​38670](https://togithub.com/nodejs/node/pull/38670) ### [`v12.22.3`](https://togithub.com/nodejs/node/releases/v12.22.3) [Compare Source](https://togithub.com/nodejs/node/compare/v12.22.2...v12.22.3) ##### Notable Changes Node.js 12.22.2 introduced a regression in the Windows installer on non-English locales that is being fixed in this release. There is no need to download this release if you are not using the Windows installer. ##### Commits - \[[`182f86a4d4`](https://togithub.com/nodejs/node/commit/182f86a4d4)] - **win,msi**: use localized "Authenticated Users" name (Richard Lau) [#​39241](https://togithub.com/nodejs/node/pull/39241) ### [`v12.22.2`](https://togithub.com/nodejs/node/releases/v12.22.2) [Compare Source](https://togithub.com/nodejs/node/compare/v12.22.1...v12.22.2) This is a security release. ##### Notable Changes Vulnerabilities fixed: - **CVE-2021-22918**: libuv upgrade - Out of bounds read (Medium) - Node.js is vulnerable to out-of-bounds read in libuv's uv\_\_idna_toascii() function which is used to convert strings to ASCII. This is called by Node's dns module's lookup() function and can lead to information disclosures or crashes. You can read more about it in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22918 - **CVE-2021-22921**: Windows installer - Node Installer Local Privilege Escalation (Medium) - Node.js is vulnerable to local privilege escalation attacks under certain conditions on Windows platforms. More specifically, improper configuration of permissions in the installation directory allows an attacker to perform two different escalation attacks: PATH and DLL hijacking. You can read more about it in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22921 - **CVE-2021-27290**: npm upgrade - ssri Regular Expression Denial of Service (ReDoS) (High) - This is a vulnerability in the ssri npm mudule which may be vulnerable to denial of service attacks. You can read more about it in https://github.com/advisories/GHSA-vx3p-948g-6vhq - **CVE-2021-23362**: npm upgrade - hosted-git-info Regular Expression Denial of Service (ReDoS) (Medium) - This is a vulnerability in the hosted-git-info npm mudule which may be vulnerable to denial of service attacks. You can read more about it in https://nvd.nist.gov/vuln/detail/CVE-2021-23362 ##### Commits - \[[`623fd1fcb5`](https://togithub.com/nodejs/node/commit/623fd1fcb5)] - **deps**: uv: cherry-pick [`99c29c9`](https://togithub.com/nodejs/node/commit/99c29c9c2c9b) (Ben Noordhuis) [nodejs-private/node-private#​267](https://togithub.com/nodejs-private/node-private/pull/267) - \[[`923b3760f8`](https://togithub.com/nodejs/node/commit/923b3760f8)] - **deps**: upgrade npm to 6.14.13 (Ruy Adorno) [#​38214](https://togithub.com/nodejs/node/pull/38214) - \[[`a52790cba0`](https://togithub.com/nodejs/node/commit/a52790cba0)] - **win,msi**: set install directory permission (AkshayK) [nodejs-private/node-private#​269](https://togithub.com/nodejs-private/node-private/pull/269) ### [`v12.22.1`](https://togithub.com/nodejs/node/releases/v12.22.1) [Compare Source](https://togithub.com/nodejs/node/compare/v12.22.0...v12.22.1) This is a security release. ##### Notable Changes Vulnerabilities fixed: - **CVE-2021-3450**: OpenSSL - CA certificate check bypass with X509\_V_FLAG_X509\_STRICT (High) - This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210325.txt - Impacts: - All versions of the 15.x, 14.x, 12.x and 10.x releases lines - **CVE-2021-3449**: OpenSSL - NULL pointer deref in signature_algorithms processing (High) - This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210325.txt - Impacts: - All versions of the 15.x, 14.x, 12.x and 10.x releases lines - **CVE-2020-7774**: npm upgrade - Update y18n to fix Prototype-Pollution (High) - This is a vulnerability in the y18n npm module which may be exploited by prototype pollution. You can read more about it in https://github.com/advisories/GHSA-c4w7-xm78-47vh - Impacts: - All versions of the 14.x, 12.x and 10.x releases lines ##### Commits - \[[`c947f1a0e1`](https://togithub.com/nodejs/node/commit/c947f1a0e1)] - **deps**: upgrade npm to 6.14.12 (Ruy Adorno) [#​37918](https://togithub.com/nodejs/node/pull/37918) - \[[`51a753c06f`](https://togithub.com/nodejs/node/commit/51a753c06f)] - **deps**: update archs files for OpenSSL-1.1.1k (Tobias Nießen) [#​37939](https://togithub.com/nodejs/node/pull/37939) - \[[`c85a519b48`](https://togithub.com/nodejs/node/commit/c85a519b48)] - **deps**: upgrade openssl sources to 1.1.1k (Tobias Nießen) [#​37939](https://togithub.com/nodejs/node/pull/37939) ### [`v12.22.0`](https://togithub.com/nodejs/node/releases/v12.22.0) [Compare Source](https://togithub.com/nodejs/node/compare/v12.21.0...v12.22.0) ##### Notable changes ##### The legacy HTTP parser is runtime deprecated The legacy HTTP parser, selected by the `--http-parser=legacy` command line option, is deprecated with the pending End-of-Life of Node.js 10.x (where it is the only HTTP parser implementation provided) at the end of April 2021. It will now warn on use but otherwise continue to function and may be removed in a future Node.js 12.x release. The default HTTP parser based on llhttp is not affected. By default it is stricter than the now deprecated legacy HTTP parser. If interoperability with HTTP implementations that send invalid HTTP headers is required, the HTTP parser can be started in a less secure mode with the [`--insecure-http-parser`](https://nodejs.org/docs/latest-v12.x/api/cli.html#cli_insecure_http_parser) command line option. Contributed by Beth Griggs [#​37603](https://togithub.com/nodejs/node/pull/37603). ##### ES Modules ES Modules are now considered stable. Contributed by Guy Bedford [#​35781](https://togithub.com/nodejs/node/pull/35781) ##### node-api Updated to node-api version 8 and added an experimental API to allow retrieval of the add-on file name. Contributed by Gabriel Schulhof [#​37652](https://togithub.com/nodejs/node/pull/37652) and [#​37195](https://togithub.com/nodejs/node/pull/37195). ##### New API's to control code coverage data collection `v8.stopCoverage()` and `v8.takeCoverage()` have been added. Contributed by Joyee Cheung [#​33807](https://togithub.com/nodejs/node/pull/33807). ##### New API to monitor event loop utilization by Worker threads `worker.performance.eventLoopUtilization()` has been added. Contributed by Trevor Norris [#​35664](https://togithub.com/nodejs/node/pull/35664). ##### Commits - \[[`1872625990`](https://togithub.com/nodejs/node/commit/1872625990)] - **(SEMVER-MINOR)** **deps**: update to cjs-module-lexer@1.1.0 (Guy Bedford) [#​37712](https://togithub.com/nodejs/node/pull/37712) - \[[`dfa04d9035`](https://togithub.com/nodejs/node/commit/dfa04d9035)] - **deps**: V8: cherry-pick [`beebee4`](https://togithub.com/nodejs/node/commit/beebee4f80ff) (Peter Marshall) [#​37293](https://togithub.com/nodejs/node/pull/37293) - \[[`bf8733fe22`](https://togithub.com/nodejs/node/commit/bf8733fe22)] - **doc**: mark modules implementation as stable (Guy Bedford) [#​35781](https://togithub.com/nodejs/node/pull/35781) - \[[`0a35d49f56`](https://togithub.com/nodejs/node/commit/0a35d49f56)] - ***Revert*** "**embedding**: make Stop() stop Workers" (Anna Henningsen) [#​32623](https://togithub.com/nodejs/node/pull/32623) - \[[`a0b610450a`](https://togithub.com/nodejs/node/commit/a0b610450a)] - **(SEMVER-MINOR)** **http**: runtime deprecate legacy HTTP parser (Beth Griggs) [#​37603](https://togithub.com/nodejs/node/pull/37603) - \[[`2da24ac302`](https://togithub.com/nodejs/node/commit/2da24ac302)] - **lib**: add URI handling functions to primordials (Antoine du Hamel) [#​37394](https://togithub.com/nodejs/node/pull/37394) - \[[`7b0ed4ba92`](https://togithub.com/nodejs/node/commit/7b0ed4ba92)] - **module**: improve support of data: URLs (Antoine du Hamel) [#​37392](https://togithub.com/nodejs/node/pull/37392) - \[[`93dd799a86`](https://togithub.com/nodejs/node/commit/93dd799a86)] - **(SEMVER-MINOR)** **node-api**: define version 8 (Gabriel Schulhof) [#​37652](https://togithub.com/nodejs/node/pull/37652) - \[[`f5692093d3`](https://togithub.com/nodejs/node/commit/f5692093d3)] - **(SEMVER-MINOR)** **node-api**: allow retrieval of add-on file name (Gabriel Schulhof) [#​37195](https://togithub.com/nodejs/node/pull/37195) - \[[`6cef0e3678`](https://togithub.com/nodejs/node/commit/6cef0e3678)] - **src,test**: add regression test for nested Worker termination (Anna Henningsen) [#​32623](https://togithub.com/nodejs/node/pull/32623) - \[[`364bf03a68`](https://togithub.com/nodejs/node/commit/364bf03a68)] - **test**: fix races in test-performance-eventlooputil (Gerhard Stoebich) [#​36028](https://togithub.com/nodejs/node/pull/36028) - \[[`d7a4ccdf09`](https://togithub.com/nodejs/node/commit/d7a4ccdf09)] - **test**: correct test-worker-eventlooputil (Gerhard Stoebich) [#​35891](https://togithub.com/nodejs/node/pull/35891) - \[[`0f6d44500c`](https://togithub.com/nodejs/node/commit/0f6d44500c)] - **test**: add cpu-profiler-crash test (Santiago Gimeno) [#​37293](https://togithub.com/nodejs/node/pull/37293) - \[[`86f34ee18c`](https://togithub.com/nodejs/node/commit/86f34ee18c)] - **(SEMVER-MINOR)** **v8**: implement v8.stopCoverage() (Joyee Cheung) [#​33807](https://togithub.com/nodejs/node/pull/33807) - \[[`8ddea3f16d`](https://togithub.com/nodejs/node/commit/8ddea3f16d)] - **(SEMVER-MINOR)** **v8**: implement v8.takeCoverage() (Joyee Cheung) [#​33807](https://togithub.com/nodejs/node/pull/33807) - \[[`eec7542781`](https://togithub.com/nodejs/node/commit/eec7542781)] - **(SEMVER-MINOR)** **worker**: add eventLoopUtilization() (Trevor Norris) [#​35664](https://togithub.com/nodejs/node/pull/35664) ### [`v12.21.0`](https://togithub.com/nodejs/node/releases/v12.21.0) [Compare Source](https://togithub.com/nodejs/node/compare/v12.20.2...v12.21.0) This is a security release. ##### Notable changes Vulnerabilities fixed: - **CVE-2021-22883**: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion - Affected Node.js versions are vulnerable to denial of service attacks when too many connection attempts with an 'unknownProtocol' are established. This leads to a leak of file descriptors. If a file descriptor limit is configured on the system, then the server is unable to accept new connections and prevent the process also from opening, e.g. a file. If no file descriptor limit is configured, then this lead to an excessive memory usage and cause the system to run out of memory. - **CVE-2021-22884**: DNS rebinding in --inspect - Affected Node.js versions are vulnerable to denial of service attacks when the whitelist includes “localhost6”. When “localhost6” is not present in /etc/hosts, it is just an ordinary domain that is resolved via DNS, i.e., over network. If the attacker controls the victim's DNS server or can spoof its responses, the DNS rebinding protection can be bypassed by using the “localhost6” domain. As long as the attacker uses the “localhost6” domain, they can still apply the attack described in CVE-2018-7160. - **CVE-2021-23840**: OpenSSL - Integer overflow in CipherUpdate - This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210216.txt ##### Commits - \[[`e69177a088`](https://togithub.com/nodejs/node/commit/e69177a088)] - **deps**: update archs files for OpenSSL-1.1.1j (Daniel Bevenius) [#​37413](https://togithub.com/nodejs/node/pull/37413) - \[[`0633ae77e6`](https://togithub.com/nodejs/node/commit/0633ae77e6)] - **deps**: upgrade openssl sources to 1.1.1j (Daniel Bevenius) [#​37413](https://togithub.com/nodejs/node/pull/37413) - \[[`922ada7713`](https://togithub.com/nodejs/node/commit/922ada7713)] - **(SEMVER-MINOR)** **http2**: add unknownProtocol timeout (Daniel Bevenius) [nodejs-private/node-private#​246](https://togithub.com/nodejs-private/node-private/pull/246) - \[[`1564752d55`](https://togithub.com/nodejs/node/commit/1564752d55)] - **src**: drop localhost6 as allowed host for inspector (Matteo Collina) [nodejs-private/node-private#​244](https://togithub.com/nodejs-private/node-private/pull/244) ### [`v12.20.2`](https://togithub.com/nodejs/node/releases/v12.20.2) [Compare Source](https://togithub.com/nodejs/node/compare/v12.20.1...v12.20.2) ##### Notable changes - **deps**: - upgrade npm to 6.14.11 (Ruy Adorno) [#​37173](https://togithub.com/nodejs/node/pull/37173) ##### Commits - \[[`e8a4e560ea`](https://togithub.com/nodejs/node/commit/e8a4e560ea)] - **async_hooks**: fix leak in AsyncLocalStorage exit (Stephen Belanger) [#​35779](https://togithub.com/nodejs/node/pull/35779) - \[[`427968d266`](https://togithub.com/nodejs/node/commit/427968d266)] - **deps**: upgrade npm to 6.14.11 (Ruy Adorno) [#​37173](https://togithub.com/nodejs/node/pull/37173) - \[[`cd9a8106be`](https://togithub.com/nodejs/node/commit/cd9a8106be)] - **http**: do not loop over prototype in Agent (Michaël Zasso) [#​36410](https://togithub.com/nodejs/node/pull/36410) - \[[`4ac8f37800`](https://togithub.com/nodejs/node/commit/4ac8f37800)] - **http2**: check write not scheduled in scope destructor (David Halls) [#​36241](https://togithub.com/nodejs/node/pull/36241) ### [`v12.20.1`](https://togithub.com/nodejs/node/releases/v12.20.1) [Compare Source](https://togithub.com/nodejs/node/compare/v12.20.0...v12.20.1) ##### Notable changes This is a security release. Vulnerabilities fixed: - **CVE-2020-8265**: use-after-free in TLSWrap (High) Affected Node.js versions are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits - **CVE-2020-8287**: HTTP Request Smuggling in nodejs Affected versions of Node.js allow two copies of a header field in a http request. For example, two Transfer-Encoding header fields. In this case Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling (https://cwe.mitre.org/data/definitions/444.html). - **CVE-2020-1971**: OpenSSL - EDIPARTYNAME NULL pointer de-reference (High) This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20201208.txt ##### Commits - \[[`5de5354918`](https://togithub.com/nodejs/node/commit/5de5354918)] - **deps**: update http-parser to [http-parser@`ec8b5ee`](https://togithub.com/http-parser/node/commit/ec8b5ee63f) (Richard Lau) [nodejs-private/node-private#​236](https://togithub.com/nodejs-private/node-private/pull/236) - \[[`2eacfbec68`](https://togithub.com/nodejs/node/commit/2eacfbec68)] - **deps**: upgrade npm to 6.14.10 (Ruy Adorno) [#​36571](https://togithub.com/nodejs/node/pull/36571) - \[[`96ec482d90`](https://togithub.com/nodejs/node/commit/96ec482d90)] - **deps**: update archs files for OpenSSL-1.1.1i (Myles Borins) [#​36521](https://togithub.com/nodejs/node/pull/36521) - \[[`7ec0eb408b`](https://togithub.com/nodejs/node/commit/7ec0eb408b)] - **deps**: upgrade openssl sources to 1.1.1i (Myles Borins) [#​36521](https://togithub.com/nodejs/node/pull/36521) - \[[`76ea9c5a7a`](https://togithub.com/nodejs/node/commit/76ea9c5a7a)] - **deps**: upgrade npm to 6.14.9 (Myles Borins) [#​36450](https://togithub.com/nodejs/node/pull/36450) - \[[`420244e4d9`](https://togithub.com/nodejs/node/commit/420244e4d9)] - **http**: unset `F_CHUNKED` on new `Transfer-Encoding` (Matteo Collina) [nodejs-private/node-private#​236](https://togithub.com/nodejs-private/node-private/pull/236) - \[[`4a30ac8c75`](https://togithub.com/nodejs/node/commit/4a30ac8c75)] - **http**: add test for http transfer encoding smuggling (Richard Lau) [nodejs-private/node-private#​236](https://togithub.com/nodejs-private/node-private/pull/236) - \[[`92d430917a`](https://togithub.com/nodejs/node/commit/92d430917a)] - **http**: unset `F_CHUNKED` on new `Transfer-Encoding` (Fedor Indutny) [nodejs-private/node-private#​236](https://togithub.com/nodejs-private/node-private/pull/236) - \[[`5b00de7d67`](https://togithub.com/nodejs/node/commit/5b00de7d67)] - **src**: retain pointers to WriteWrap/ShutdownWrap (James M Snell) [nodejs-private/node-private#​230](https://togithub.com/nodejs-private/node-private/pull/230) ### [`v12.20.0`](https://togithub.com/nodejs/node/releases/v12.20.0) [Compare Source](https://togithub.com/nodejs/node/compare/v12.19.1...v12.20.0) ##### Notable Changes - **crypto**: - update certdata to NSS 3.56 (Shelley Vohr) [https://github.com/nodejs/node/pull/35546](https://togithub.com/nodejs/node/pull/35546)ll/35546 - **deps**: - update llhttp to 2.1.3 (Fedor Indutny) [https://github.com/nodejs/node/pull/35435](https://togithub.com/nodejs/node/pull/35435)ll/35435 - (SEMVER-MINOR) upgrade to libuv 1.40.0 (Colin Ihrig) [https://github.com/nodejs/node/pull/35333](https://togithub.com/nodejs/node/pull/35333)ll/35333 - **doc**: - add aduh95 to collaborators (Antoine du Hamel) [https://github.com/nodejs/node/pull/35542](https://togithub.com/nodejs/node/pull/35542)ll/35542 - **fs**: - (SEMVER-MINOR) add .ref() and .unref() methods to watcher classes (rickyes) [https://github.com/nodejs/node/pull/33134](https://togithub.com/nodejs/node/pull/33134)ll/33134 - **http**: - (SEMVER-MINOR) added scheduling option to http agent (delvedor) [https://github.com/nodejs/node/pull/33278](https://togithub.com/nodejs/node/pull/33278)ll/33278 - **module**: - (SEMVER-MINOR) exports pattern support (Guy Bedford) [https://github.com/nodejs/node/pull/34718](https://togithub.com/nodejs/node/pull/34718)ll/34718 - (SEMVER-MINOR) named exports for CJS via static analysis (Guy Bedford) [https://github.com/nodejs/node/pull/35249](https://togithub.com/nodejs/node/pull/35249)ll/35249 - **n-api**: - (SEMVER-MINOR) add more property defaults (Gerhard Stoebich) [https://github.com/nodejs/node/pull/35214](https://togithub.com/nodejs/node/pull/35214)ll/35214 - **src**: - (SEMVER-MINOR) move node_contextify to modern THROW_ERR_\* (James M Snell)[https://github.com/nodejs/node/pull/35470](https://togithub.com/nodejs/node/pull/35470)ull/35470 - (SEMVER-MINOR) move node_process to modern THROW_ERR\* (James M Snell)[https://github.com/nodejs/node/pull/35472](https://togithub.com/nodejs/node/pull/35472)ull/35472 - (SEMVER-MINOR) expose v8::Isolate setup callbacks (Shelley Vohr) [https://github.com/nodejs/node/pull/35512](https://togithub.com/nodejs/node/pull/35512)ll/35512 ##### Commits - \[[`c6eb0b62d9`](https://togithub.com/nodejs/node/commit/c6eb0b62d9)] - **benchmark**: ignore build artifacts for napi addons (Richard Lau) [#​35970](https://togithub.com/nodejs/node/pull/35970) - \[[`f3a045720c`](https://togithub.com/nodejs/node/commit/f3a045720c)] - **build**: fuzzer that targets node::LoadEnvironment() (davkor) [#​34844](https://togithub.com/nodejs/node/pull/34844) - \[[`48bc3fcd4c`](https://togithub.com/nodejs/node/commit/48bc3fcd4c)] - **build**: improved release lint error message (Shelley Vohr) [#​35523](https://togithub.com/nodejs/node/pull/35523) - \[[`2e766a6adf`](https://togithub.com/nodejs/node/commit/2e766a6adf)] - **console**: add Symbol.toStringTag property (Leko) [#​35399](https://togithub.com/nodejs/node/pull/35399) - \[[`90244362cc`](https://togithub.com/nodejs/node/commit/90244362cc)] - **crypto**: fix KeyObject garbage collection (Anna Henningsen) [#​35481](https://togithub.com/nodejs/node/pull/35481) - \[[`42f64eba89`](https://togithub.com/nodejs/node/commit/42f64eba89)] - **crypto**: update certdata to NSS 3.56 (Shelley Vohr) [#​35546](https://togithub.com/nodejs/node/pull/35546) - \[[`a6f58c0888`](https://togithub.com/nodejs/node/commit/a6f58c0888)] - **crypto**: set env values in KeyObject Deserialize method (ThakurKarthik) [#​35416](https://togithub.com/nodejs/node/pull/35416) - \[[`6539cf2725`](https://togithub.com/nodejs/node/commit/6539cf2725)] - **deps**: upgrade to cjs-module-lexer@1.0.0 (Guy Bedford) [#​35928](https://togithub.com/nodejs/node/pull/35928) - \[[`bdcc77bdf4`](https://togithub.com/nodejs/node/commit/bdcc77bdf4)] - **deps**: update to cjs-module-lexer@0.5.2 (Guy Bedford) [#​35901](https://togithub.com/nodejs/node/pull/35901) - \[[`5b8d3c74e8`](https://togithub.com/nodejs/node/commit/5b8d3c74e8)] - **deps**: upgrade to cjs-module-lexer@0.5.0 (Guy Bedford) [#​35871](https://togithub.com/nodejs/node/pull/35871) - \[[`d7f0e3e5f0`](https://togithub.com/nodejs/node/commit/d7f0e3e5f0)] - **deps**: update to cjs-module-lexer@0.4.3 (Guy Bedford) [#​35745](https://togithub.com/nodejs/node/pull/35745) - \[[`0a1474d9df`](https://togithub.com/nodejs/node/commit/0a1474d9df)] - **deps**: update llhttp to 2.1.3 (Fedor Indutny) [#​35435](https://togithub.com/nodejs/node/pull/35435) - \[[`cf07a8695a`](https://togithub.com/nodejs/node/commit/cf07a8695a)] - **deps**: upgrade to libuv 1.40.0 (Colin Ihrig) [#​35333](https://togithub.com/nodejs/node/pull/35333) - \[[`cc11464b4e`](https://togithub.com/nodejs/node/commit/cc11464b4e)] - **deps**: upgrade to c-ares v1.16.1 (Shelley Vohr) [#​35324](https://togithub.com/nodejs/node/pull/35324) - \[[`5405e62eaf`](https://togithub.com/nodejs/node/commit/5405e62eaf)] - **deps**: update to uvwasi 0.0.11 (Colin Ihrig) [#​35104](https://togithub.com/nodejs/node/pull/35104) - \[[`44c739cc49`](https://togithub.com/nodejs/node/commit/44c739cc49)] - **deps**: V8: cherry-pick [`6be2f6e`](https://togithub.com/nodejs/node/commit/6be2f6e26e8d) (Benjamin Coe) [#​35055](https://togithub.com/nodejs/node/pull/35055) - \[[`b78a1a186f`](https://togithub.com/nodejs/node/commit/b78a1a186f)] - **doc**: update releaser in v12.18.4 changelog (Beth Griggs) [#​35217](https://togithub.com/nodejs/node/pull/35217) - \[[`1cd1d0159d`](https://togithub.com/nodejs/node/commit/1cd1d0159d)] - **doc**: move package.import content higher (Myles Borins) [#​35535](https://togithub.com/nodejs/node/pull/35535) - \[[`79f3c323f6`](https://togithub.com/nodejs/node/commit/79f3c323f6)] - **doc**: fix broken links in modules.md (Rich Trott) [#​35182](https://togithub.com/nodejs/node/pull/35182) - \[[`b4941cfaec`](https://togithub.com/nodejs/node/commit/b4941cfaec)] - **doc**: make minor improvements to module.md (Rich Trott) [#​35083](https://togithub.com/nodejs/node/pull/35083) - \[[`7dc3b74c34`](https://togithub.com/nodejs/node/commit/7dc3b74c34)] - **doc**: add ESM examples in `module` API doc page (Antoine du HAMEL) [#​34875](https://togithub.com/nodejs/node/pull/34875) - \[[`f0b06b64ff`](https://togithub.com/nodejs/node/commit/f0b06b64ff)] - **doc**: move module core module doc to separate page (Antoine du HAMEL) [#​34747](https://togithub.com/nodejs/node/pull/34747) - \[[`77555d8500`](https://togithub.com/nodejs/node/commit/77555d8500)] - **doc**: put landing specifics in details tag (Rich Trott) [#​35296](https://togithub.com/nodejs/node/pull/35296) - \[[`b50b34b30e`](https://togithub.com/nodejs/node/commit/b50b34b30e)] - **doc**: put release script specifics in details (Myles Borins) [#​35260](https://togithub.com/nodejs/node/pull/35260) - \[[`1a8f3a844e`](https://togithub.com/nodejs/node/commit/1a8f3a844e)] - **doc**: copyedit esm.md (Rich Trott) [#​35414](https://togithub.com/nodejs/node/pull/35414) - \[[`d99120040c`](https://togithub.com/nodejs/node/commit/d99120040c)] - **doc**: error code fix in resolver spec (Guy Bedford) [#​34998](https://togithub.com/nodejs/node/pull/34998) - \[[`df52814113`](https://togithub.com/nodejs/node/commit/df52814113)] - **doc**: document Buffer.concat may use internal pool (Andrey Pechkurov) [#​35541](https://togithub.com/nodejs/node/pull/35541) - \[[`42a587f9ba`](https://togithub.com/nodejs/node/commit/42a587f9ba)] - **doc**: use test username instead of real (Pooja D.P) [#​35611](https://togithub.com/nodejs/node/pull/35611) - \[[`bfff4fc3c9`](https://togithub.com/nodejs/node/commit/bfff4fc3c9)] - **doc**: revise description of process.ppid (Pooja D.P) [#​35589](https://togithub.com/nodejs/node/pull/35589) - \[[`a9ac75480f`](https://togithub.com/nodejs/node/commit/a9ac75480f)] - **doc**: add symlink information for process.execpath (Pooja D.P) [#​35590](https://togithub.com/nodejs/node/pull/35590) - \[[`5fea51b66c`](https://togithub.com/nodejs/node/commit/5fea51b66c)] - **doc**: add PoojaDurgad as a triager (Pooja D.P) [#​35153](https://togithub.com/nodejs/node/pull/35153) - \[[`a0b541c3e0`](https://togithub.com/nodejs/node/commit/a0b541c3e0)] - **doc**: use kbd element in process doc (Rich Trott) [#​35584](https://togithub.com/nodejs/node/pull/35584) - \[[`992355cdf9`](https://togithub.com/nodejs/node/commit/992355cdf9)] - **doc**: simplify wording in tracing APIs doc (Pooja D.P) [#​35556](https://togithub.com/nodejs/node/pull/35556) - \[[`05db4b8343`](https://togithub.com/nodejs/node/commit/05db4b8343)] - **doc**: improve SIGINT error text (Rich Trott) [#​35558](https://togithub.com/nodejs/node/pull/35558) - \[[`42c479572c`](https://togithub.com/nodejs/node/commit/42c479572c)] - **doc**: use sentence case for class property (Rich Trott) [#​35540](https://togithub.com/nodejs/node/pull/35540) - \[[`fb9bb05ee2`](https://togithub.com/nodejs/node/commit/fb9bb05ee2)] - **doc**: fix util.inspect change history (Antoine du Hamel) [#​35528](https://togithub.com/nodejs/node/pull/35528) - \[[`6952c45202`](https://togithub.com/nodejs/node/commit/6952c45202)] - **doc**: add aduh95 to collaborators (Antoine du Hamel) [#​35542](https://togithub.com/nodejs/node/pull/35542) - \[[`b5f752528b`](https://togithub.com/nodejs/node/commit/b5f752528b)] - **doc**: update AUTHORS list (Anna Henningsen) [#​35280](https://togithub.com/nodejs/node/pull/35280) - \[[`370f8e3afd`](https://togithub.com/nodejs/node/commit/370f8e3afd)] - **doc**: update sxa's email address to Red Hat from IBM (Stewart X Addison) [#​35442](https://togithub.com/nodejs/node/pull/35442) - \[[`edf3fbbd14`](https://togithub.com/nodejs/node/commit/edf3fbbd14)] - **doc**: update contact information for [@​BethGriggs](https://togithub.com/BethGriggs) (Beth Griggs) [#​35451](https://togithub.com/nodejs/node/pull/35451) - \[[`8be289e58c`](https://togithub.com/nodejs/node/commit/8be289e58c)] - **doc**: update contact information for richardlau (Richard Lau) [#​35450](https://togithub.com/nodejs/node/pull/35450) - \[[`42c0dfcc23`](https://togithub.com/nodejs/node/commit/42c0dfcc23)] - **doc**: importable node protocol URLs (Bradley Meck) [#​35434](https://togithub.com/nodejs/node/pull/35434) - \[[`c192af66e7`](https://togithub.com/nodejs/node/commit/c192af66e7)] - **doc**: unhide resolver spec (Guy Bedford) [#​35358](https://togithub.com/nodejs/node/pull/35358) - \[[`b0e43c718c`](https://togithub.com/nodejs/node/commit/b0e43c718c)] - **doc**: add gpg key export directions to releases doc (Danielle Adams) [#​35298](https://togithub.com/nodejs/node/pull/35298) - \[[`884755f1e5`](https://togithub.com/nodejs/node/commit/884755f1e5)] - **doc**: simplify circular dependencies text in modules.md (Rich Trott) [#​35126](https://togithub.com/nodejs/node/pull/35126) - \[[`85c47d753c`](https://togithub.com/nodejs/node/commit/85c47d753c)] - **doc**: avoid double-while sentence in perf_hooks.md (Rich Trott) [#​35078](https://togithub.com/nodejs/node/pull/35078) - \[[`68c5ee45a2`](https://togithub.com/nodejs/node/commit/68c5ee45a2)] - **doc**: update fs promise-based examples (Richard Lau) [#​35760](https://togithub.com/nodejs/node/pull/35760) - \[[`66f8730441`](https://togithub.com/nodejs/node/commit/66f8730441)] - **doc**: add history entry for exports patterns (Antoine du Hamel) [#​35410](https://togithub.com/nodejs/node/pull/35410) - \[[`a7e66b635d`](https://togithub.com/nodejs/node/commit/a7e66b635d)] - **doc**: fix conditional exports flag removal version (Antoine du Hamel) [#​35428](https://togithub.com/nodejs/node/pull/35428) - \[[`9197a6651d`](https://togithub.com/nodejs/node/commit/9197a6651d)] - **doc**: copyedit packages.md (Rich Trott) [#​35427](https://togithub.com/nodejs/node/pull/35427) - \[[`f507ca9e21`](https://togithub.com/nodejs/node/commit/f507ca9e21)] - **doc**: packages docs feedback (Guy Bedford) [#​35370](https://togithub.com/nodejs/node/pull/35370) - \[[`5330930128`](https://togithub.com/nodejs/node/commit/5330930128)] - **doc**: refine require/import conditions constraints (Guy Bedford) [#​35311](https://togithub.com/nodejs/node/pull/35311) - \[[`5f0b1571a7`](https://togithub.com/nodejs/node/commit/5f0b1571a7)] - **doc**: edit subpath export patterns introduction (Rich Trott) [#​35254](https://togithub.com/nodejs/node/pull/35254) - \[[`d6a13a947e`](https://togithub.com/nodejs/node/commit/d6a13a947e)] - **doc**: document support for package.json fields (Antoine du HAMEL) [#​34970](https://togithub.com/nodejs/node/pull/34970) - \[[`7c1700e143`](https://togithub.com/nodejs/node/commit/7c1700e143)] - **doc**: move package config docs to separate page (Antoine du HAMEL) [#​34748](https://togithub.com/nodejs/node/pull/34748) - \[[`7510667d87`](https://togithub.com/nodejs/node/commit/7510667d87)] - **doc**: rename module pages (Antoine du HAMEL) [#​34663](https://togithub.com/nodejs/node/pull/34663) - \[[`b644ab6ae6`](https://togithub.com/nodejs/node/commit/b644ab6ae6)] - **doc**: fix line length in worker_threads.md (Jucke) [#​34419](https://togithub.com/nodejs/node/pull/34419) - \[[`fb9b66bdd7`](https://togithub.com/nodejs/node/commit/fb9b66bdd7)] - **doc**: fix typos in n-api, tls and worker_threads (Jucke) [#​34419](https://togithub.com/nodejs/node/pull/34419) - \[[`1f34230373`](https://togithub.com/nodejs/node/commit/1f34230373)] - **doc,esm**: document experimental warning removal (Antoine du Hamel) [#​35750](https://togithub.com/nodejs/node/pull/35750) - \[[`985b96a7d5`](https://togithub.com/nodejs/node/commit/985b96a7d5)] - **doc,esm**: add history support info (Antoine du Hamel) [#​35395](https://togithub.com/nodejs/node/pull/35395) - \[[`548137f4ec`](https://togithub.com/nodejs/node/commit/548137f4ec)] - **errors**: simplify ERR_REQUIRE_ESM message generation (Rich Trott) [#​35123](https://togithub.com/nodejs/node/pull/35123) - \[[`f22672de18`](https://togithub.com/nodejs/node/commit/f22672de18)] - **errors**: improve ERR_INVALID_OPT_VALUE error (Denys Otrishko) [#​34671](https://togithub.com/nodejs/node/pull/34671) - \[[`7a98961a26`](https://togithub.com/nodejs/node/commit/7a98961a26)] - **esm**: fix hook mistypes and links to types (Derek Lewis) [#​34240](https://togithub.com/nodejs/node/pull/34240) - \[[`0f757bc2df`](https://togithub.com/nodejs/node/commit/0f757bc2df)] - **esm**: use "node:" namespace for builtins (Guy Bedford) [#​35387](https://togithub.com/nodejs/node/pull/35387) - \[[`b48473228c`](https://togithub.com/nodejs/node/commit/b48473228c)] - **events**: assume an EventEmitter if emitter.on is a function (Luigi Pinca) [#​35818](https://togithub.com/nodejs/node/pull/35818) - \[[`19d711391e`](https://togithub.com/nodejs/node/commit/19d711391e)] - **fs**: simplify realpathSync (himself65) [#​35413](https://togithub.com/nodejs/node/pull/35413) - \[[`decfc2ae5c`](https://togithub.com/nodejs/node/commit/decfc2ae5c)] - **fs**: add .ref() and .unref() methods to watcher classes (rickyes) [#​33134](https://togithub.com/nodejs/node/pull/33134) - \[[`cce464513e`](https://togithub.com/nodejs/node/commit/cce464513e)] - **http**: added scheduling option to http agent (delvedor) [#​33278](https://togithub.com/nodejs/node/pull/33278) - \[[`d477e2e147`](https://togithub.com/nodejs/node/commit/d477e2e147)] - **http**: only set keep-alive when not exists (atian25@​qq.com) [#​35138](https://togithub.com/nodejs/node/pull/35138) - \[[`f10d721737`](https://togithub.com/nodejs/node/commit/f10d721737)] - **http**: reset headers timeout on headers complete (Robert Nagy) [#​34578](https://togithub.com/nodejs/node/pull/34578) - \[[`c8a778985b`](https://togithub.com/nodejs/node/commit/c8a778985b)] - **http2**: avoid unnecessary buffer resize (Denys Otrishko) [#​34480](https://togithub.com/nodejs/node/pull/34480) - \[[`b732c92e3d`](https://togithub.com/nodejs/node/commit/b732c92e3d)] - **http2**: use and support non-empty DATA frame with END_STREAM flag (Carlos Lopez) [#​33875](https://togithub.com/nodejs/node/pull/33875) - \[[`bfce0eb13a`](https://togithub.com/nodejs/node/commit/bfce0eb13a)] - ***Revert*** "**http2**: streamline OnStreamRead streamline memory accounting" (Rich Trott) [#​34315](https://togithub.com/nodejs/node/pull/34315) - \[[`e85ca7af43`](https://togithub.com/nodejs/node/commit/e85ca7af43)] - **http2**: wait for session socket writable end on close/destroy (Denys Otrishko) [#​30854](https://togithub.com/nodejs/node/pull/30854) - \[[`2471197099`](https://togithub.com/nodejs/node/commit/2471197099)] - **http2**: wait for session to finish writing before destroy (Denys Otrishko) [#​30854](https://togithub.com/nodejs/node/pull/30854) - \[[`82af8acc8e`](https://togithub.com/nodejs/node/commit/82af8acc8e)] - **http2,doc**: minor fixes (Alba Mendez) [#​28044](https://togithub.com/nodejs/node/pull/28044) - \[[`a3e8829d4a`](https://togithub.com/nodejs/node/commit/a3e8829d4a)] - **inspector**: do not hardcode Debugger.CallFrameId in tests (Dmitry Gozman) [#​35570](https://togithub.com/nodejs/node/pull/35570) - \[[`6efa140f8f`](https://togithub.com/nodejs/node/commit/6efa140f8f)] - **lib**: change http client path assignment (Yohanan Baruchel) [#​35508](https://togithub.com/nodejs/node/pull/35508) - \[[`ad7281b081`](https://togithub.com/nodejs/node/commit/ad7281b081)] - **lib**: use remaining typed arrays from primordials (Michaël Zasso) [#​35499](https://togithub.com/nodejs/node/pull/35499) - \[[`a9a606f06b`](https://togithub.com/nodejs/node/commit/a9a606f06b)] - **lib**: use full URL to GitHub issues in comments (Rich Trott) [#​34686](https://togithub.com/nodejs/node/pull/34686) - \[[`ea239392c2`](https://togithub.com/nodejs/node/commit/ea239392c2)] - **module**: cjs-module-lexer@0.4.1 big endian fix (Guy Bedford) [#​35634](https://togithub.com/nodejs/node/pull/35634) - \[[`354f358c1b`](https://togithub.com/nodejs/node/commit/354f358c1b)] - **module**: use Wasm CJS lexer when available (Guy Bedford) [#​35583](https://togithub.com/nodejs/node/pull/35583) - \[[`76f76017bf`](https://togithub.com/nodejs/node/commit/76f76017bf)] - **module**: fix builtin reexport tracing (Guy Bedford) [#​35500](https://togithub.com/nodejs/node/pull/35500) - \[[`992af4e112`](https://togithub.com/nodejs/node/commit/992af4e112)] - **module**: fix specifier resolution option value (himself65) [#​35098](https://togithub.com/nodejs/node/pull/35098) - \[[`1ff956f49e`](https://togithub.com/nodejs/node/commit/1ff956f49e)] - **module**: remove experimental modules warning (Guy Bedford) [#​31974](https://togithub.com/nodejs/node/pull/31974) - \[[`41af927efb`](https://togithub.com/nodejs/node/commit/41af927efb)] - **module**: exports pattern support (Guy Bedford) [#​34718](https://togithub.com/nodejs/node/pull/34718) - \[[`a18d0df33a`](https://togithub.com/nodejs/node/commit/a18d0df33a)] - **module**: update to cjs-module-lexer@0.4.0 (Guy Bedford) [#​35501](https://togithub.com/nodejs/node/pull/35501) - \[[`6ca8fb552d`](https://togithub.com/nodejs/node/commit/6ca8fb552d)] - **module**: refine module type mismatch error cases (Guy Bedford) [#​35426](https://togithub.com/nodejs/node/pull/35426) - \[[`9eb1fa1924`](https://togithub.com/nodejs/node/commit/9eb1fa1924)] - **module**: named exports for CJS via static analysis (Guy Bedford) [#​35249](https://togithub.com/nodejs/node/pull/35249) - \[[`a93ca2d494`](https://togithub.com/nodejs/node/commit/a93ca2d494)] - **n-api**: revert change to finalization (Michael Dawson) [#​35777](https://togithub.com/nodejs/node/pull/35777) - \[[`5faaa603d8`](https://togithub.com/nodejs/node/commit/5faaa603d8)] - **n-api**: support for object freeze/seal (Shelley Vohr) [#​35359](https://togithub.com/nodejs/node/pull/35359) - \[[`d938e8508b`](https://togithub.com/nodejs/node/commit/d938e8508b)] - **n-api**: add more property defaults (Gerhard Stoebich) [#​35214](https://togithub.com/nodejs/node/pull/35214) - \[[`18f01ddcb5`](https://togithub.com/nodejs/node/commit/18f01ddcb5)] - **repl**: improve static import error message in repl (Myles Borins) [#​33588](https://togithub.com/nodejs/node/pull/33588) - \[[`70768ce109`](https://togithub.com/nodejs/node/commit/70768ce109)] - **repl**: give repl entries unique names (Bradley Meck) [#​34372](https://togithub.com/nodejs/node/pull/34372) - \[[`e9bee3950c`](https://togithub.com/nodejs/node/commit/e9bee3950c)] - **src**: move node_contextify to modern THROW_ERR_\* (James M Snell) [#​35470](https://togithub.com/nodejs/node/pull/35470) - \[[`b741f2ff84`](https://togithub.com/nodejs/node/commit/b741f2ff84)] - **src**: move node_process to modern THROW_ERR\* (James M Snell) [#​35472](https://togithub.com/nodejs/node/pull/35472) - \[[`2d5393bb28`](https://togithub.com/nodejs/node/commit/2d5393bb28)] - **src**: fix freeing unintialized pointer bug in ParseSoaReply (Aastha Gupta) [#​35502](https://togithub.com/nodejs/node/pull/35502) - \[[`dec004f742`](https://togithub.com/nodejs/node/commit/dec004f742)] - **src**: expose v8::Isolate setup callbacks (Shelley Vohr) [#​35512](https://togithub.com/nodejs/node/pull/35512) - \[[`7f8834f76c`](https://togithub.com/nodejs/node/commit/7f8834f76c)] - **src**: more idiomatic error pattern in node_wasi (James M Snell) [#​35493](https://togithub.com/nodejs/node/pull/35493) - \[[`ade27b732b`](https://togithub.com/nodejs/node/commit/ade27b732b)] - **src**: use env->ThrowUVException in pipe_wrap (James M Snell) [#​35493](https://togithub.com/nodejs/node/pull/35493) - \[[`e70b05208f`](https://togithub.com/nodejs/node/commit/e70b05208f)] - **src**: remove invalid ToLocalChecked in EmitBeforeExit (Anna Henningsen) [#​35484](https://togithub.com/nodejs/node/pull/35484) - \[[`cd80195524`](https://togithub.com/nodejs/node/commit/cd80195524)] - **src**: make MakeCallback() check can_call_into_js before getting method (Anna Henningsen) [#​35424](https://togithub.com/nodejs/node/pull/35424) - \[[`8a1091648c`](https://togithub.com/nodejs/node/commit/8a1091648c)] - **stream**: destroy wrapped streams on error (Robert Nagy) [#​34102](https://togithub.com/nodejs/node/pull/34102) - \[[`fdc67ebf5f`](https://togithub.com/nodejs/node/commit/fdc67ebf5f)] - **test**: replace annonymous functions with arrow (Pooja D.P) [#​34921](https://togithub.com/nodejs/node/pull/34921) - \[[`c3e1bf78c4`](https://togithub.com/nodejs/node/commit/c3e1bf78c4)] - **test**: add wasi readdir() test (Colin Ihrig) [#​35202](https://togithub.com/nodejs/node/pull/35202) - \[[`607f3c5d84`](https://togithub.com/nodejs/node/commit/607f3c5d84)] - **test**: fix comment about DNS lookup test (Tobias Nießen) [#​35080](https://togithub.com/nodejs/node/pull/35080) - \[[`02787ce5d1`](https://togithub.com/nodejs/node/commit/02787ce5d1)] - **test**: add ALPNProtocols option to clientOptions (Luigi Pinca) [#​35482](https://togithub.com/nodejs/node/pull/35482) - \[[`12d76b8e8e`](https://togithub.com/nodejs/node/commit/12d76b8e8e)] - **tls**: reset secureConnecting on client socket (David Halls) [#​33209](https://togithub.com/nodejs/node/pull/33209) - \[[`adf4f90bce`](https://togithub.com/nodejs/node/commit/adf4f90bce)] - **tools**: refloat 7 Node.js patches to cpplint.py (Rich Trott) [#​35569](https://togithub.com/nodejs/node/pull/35569) - \[[`1173efca27`](https://togithub.com/nodejs/node/commit/1173efca27)] - **tools**: bump cpplint.py to 1.4.6 (Rich Trott) [#​35569](https://togithub.com/nodejs/node/pull/35569) - \[[`09552670fe`](https://togithub.com/nodejs/node/commit/09552670fe)] - **tools**: add missing uv_setup_argv() calls (Anna Henningsen) [#​35491](https://togithub.com/nodejs/node/pull/35491) - \[[`ae149232a1`](https://togithub.com/nodejs/node/commit/ae149232a1)] - **tools**: exclude gyp from markdown link checker (Michaël Zasso) [#​35423](https://togithub.com/nodejs/node/pull/35423) - \[[`a9ce9b2614`](https://togithub.com/nodejs/node/commit/a9ce9b2614)] - **tools**: update ESLint to 7.10.0 (Colin Ihrig) [#​35366](https://togithub.com/nodejs/node/pull/35366) - \[[`bc7da0c22c`](https://togithub.com/nodejs/node/commit/bc7da0c22c)] - **tools**: ignore build folder when checking links (Ash Cripps) [#​35315](https://togithub.com/nodejs/node/pull/35315) - \[[`f29717437f`](https://togithub.com/nodejs/node/commit/f29717437f)] - **tools,doc**: enforce alphabetical order for md refs (Antoine du Hamel) [#​35244](https://togithub.com/nodejs/node/pull/35244) - \[[`11b10d7d1f`](https://togithub.com/nodejs/node/commit/11b10d7d1f)] - **tools,doc**: upgrade dependencies (Antoine du Hamel) [#​35244](https://togithub.com/nodejs/node/pull/35244) ### [`v12.19.1`](https://togithub.com/nodejs/node/releases/v12.19.1) [Compare Source](https://togithub.com/nodejs/node/compare/v12.19.0...v12.19.1) ##### Notable changes This is a security release. Vulnerabilities fixed: - **CVE-2020-8277**: Denial of Service through DNS request (High). A Node.js application that allows an attacker to trigger a DNS request for a host of their choice could trigger a Denial of Service by getting the application to resolve a DNS record with a larger number of responses. ##### Commits - \[[`022899e1d5`](https://togithub.com/nodejs/node/commit/022899e1d5)] - **deps**: cherry-pick [`0d252eb`](https://togithub.com/nodejs/node/commit/0d252eb) from upstream c-ares (Michael Dawson) [nodejs-private/node-private#​231](https://togithub.com/nodejs-private/node-private/pull/231) ### [`v12.19.0`](https://togithub.com/nodejs/node/releases/v12.19.0) [Compare Source](https://togithub.com/nodejs/node/compare/v12.18.4...v12.19.0) ##### Notable Changes - \[[`d065334d42`](https://togithub.com/nodejs/node/commit/d065334d42)] - **(SEMVER-MINOR)** **module**: package "imports" field (Guy Bedford) [#​34117](https://togithub.com/nodejs/node/pull/34117) - \[[`b9d0f73c7c`](https://togithub.com/nodejs/node/commit/b9d0f73c7c)] - **(SEMVER-MINOR)** **n-api**: create N-API version 7 (Gabriel Schulhof) [#​35199](https://togithub.com/nodejs/node/pull/35199) - \[[`53c9975673`](https://togithub.com/nodejs/node/commit/53c9975673)] - **(SEMVER-MINOR)** **crypto**: add randomInt function (Oli Lalonde) [#​34600](https://togithub.com/nodejs/node/pull/34600) - \[[`9b53b4ddf2`](https://togithub.com/nodejs/node/commit/9b53b4ddf2)] - **deps**: upgrade to libuv 1.39.0 (Colin Ihrig) [#​34915](https://togithub.com/nodejs/node/pull/34915) - \[[`e9a8f0c127`](https://togithub.com/nodejs/node/commit/e9a8f0c127)] - **doc**: add Ricky Zhou to collaborators (rickyes) [#​34676](https://togithub.com/nodejs/node/pull/34676) - \[[`260914c432`](https://togithub.com/nodejs/node/commit/260914c432)] - **doc**: add release key for Ruy Adorno (Ruy Adorno) [#​34628](https://togithub.com/nodejs/node/pull/34628) - \[[`39f90346f8`](https://togithub.com/nodejs/node/commit/39f90346f8)] - **doc**: add DerekNonGeneric to collaborators (Derek Lewis) [#​34602](https://togithub.com/nodejs/node/pull/34602) - \[[`7ef1f6a71d`](https://togithub.com/nodejs/node/commit/7ef1f6a71d)] - **deps**: upgrade npm to 6.14.7 (claudiahdz) [#​34468](https://togithub.com/nodejs/node/pull/34468) - \[[`437b092eed`](https://togithub.com/nodejs/node/commit/437b092eed)] - **doc**: add AshCripps to collaborators (Ash Cripps) [#​34494](https://togithub.com/nodejs/node/pull/34494) - \[[`319d570a47`](https://togithub.com/nodejs/node/commit/319d570a47)] - **doc**: add HarshithaKP to collaborators (Harshitha K P) [#​34417](https://togithub.com/nodejs/node/pull/34417) - \[[`d60b13f2e3`](https://togithub.com/nodejs/node/commit/d60b13f2e3)] - **zlib**: switch to lazy init for zlib streams (Andrey Pechkurov) [#​34048](https://togithub.com/nodejs/node/pull/34048) - \[[`ae60f50a69`](https://togithub.com/nodejs/node/commit/ae60f50a69)] - **doc**: add rexagod to collaborators (Pranshu Srivastava) [#​34457](https://togithub.com/nodejs/node/pull/34457) - \[[`39dea8f70d`](https://togithub.com/nodejs/node/commit/39dea8f70d)] - **doc**: add release key for Richard Lau (Richard Lau) [#​34397](https://togithub.com/nodejs/node/pull/34397) - \[[`a2107101be`](https://togithub.com/nodejs/node/commit/a2107101be)] - **doc**: add danielleadams to collaborators (Danielle Adams) [#​34360](https://togithub.com/nodejs/node/pull/34360) - \[[`c4f0cb65a1`](https://togithub.com/nodejs/node/commit/c4f0cb65a1)] - **doc**: add sxa as collaborator (Stewart X Addison) [#​34338](https://togithub.com/nodejs/node/pull/34338) - \[[`e9a514d13e`](https://togithub.com/nodejs/node/commit/e9a514d13e)] - **deps**: upgrade to libuv 1.38.1 (Colin Ihrig) [#​34187](https://togithub.com/nodejs/node/pull/34187) - \[[`a04d76d2ad`](https://togithub.com/nodejs/node/commit/a04d76d2ad)] - **doc**: add ruyadorno to collaborators (Ruy Adorno) [#​34297](https://togithub.com/nodejs/node/pull/34297) - \[[`c9bd1a7d8a`](https://togithub.com/nodejs/node/commit/c9bd1a7d8a)] - **(SEMVER-MINOR)** **module**: deprecate module.parent (Antoine du HAMEL) [#​32217](https://togithub.com/nodejs/node/pull/32217) - \[[`0a927216cf`](https://togithub.com/nodejs/node/commit/0a927216cf)]

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

netlify[bot] commented 2 years ago

❌ Deploy Preview for python-playground failed.

🔨 Explore the source changes: 0a02399a8a5655cb37dd4ba460bdf89c6cc9a9e6

🔍 Inspect the deploy log: https://app.netlify.com/sites/python-playground/deploys/6193e80da2cffd000860e527