-
-
Notifications
You must be signed in to change notification settings - Fork 35.2k
Comparing changes
Open a pull request
base repository: nodejs/node
base: v14.21.2
head repository: nodejs/node
compare: v14.21.3
- 12 commits
- 1,069 files changed
- 5 contributors
Commits on Dec 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1516019 - Browse repository at this point
Copy the full SHA 1516019View commit details
Commits on Dec 21, 2022
-
doc: clarify release notes for Node.js 14.21.2
Refs: #45775 PR-URL: #45846 Refs: nodejs/nodejs.org#4972 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d73ea4d - Browse repository at this point
Copy the full SHA d73ea4dView commit details
Commits on Jan 22, 2023
-
test: avoid left behind child processes
Extend the Linux logic to all POSIX platforms in test-child-process-exec-abortcontroller-promisified. PR-URL: #46276 Fixes: nodejs/build#3154 Refs: #37518 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: MichaΓ«l Zasso <targos@protonmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a5f8798 - Browse repository at this point
Copy the full SHA a5f8798View commit details
Commits on Feb 8, 2023
-
PR-URL: #45936 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 224e93c - Browse repository at this point
Copy the full SHA 224e93cView commit details
Commits on Feb 13, 2023
-
deps: upgrade openssl sources to 1.1.1t
This updates all sources in deps/openssl/openssl by: $ cd deps/openssl/ $ rm -rf openssl $ tar zxf ~/tmp/openssl-1.1.1t.tar.gz $ mv openssl-1.1.1t openssl $ git add --all openssl $ git commit openssl PR-URL: #46566 Refs: https://mta.openssl.org/pipermail/openssl-announce/2023-February/000251.html Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>Configuration menu - View commit details
-
Copy full SHA for 8c11d17 - Browse repository at this point
Copy the full SHA 8c11d17View commit details -
deps: update archs files for OpenSSL-1.1.1t
After an OpenSSL source update, all the config files need to be regenerated and committed by: $ make -C deps/openssl/config $ git add deps/openssl/config/archs $ git add deps/openssl/openssl/include/crypto/bn_conf.h $ git add deps/openssl/openssl/include/crypto/dso_conf.h $ git add deps/openssl/openssl/include/openssl/opensslconf.h $ git commit PR-URL: #46566 Refs: https://mta.openssl.org/pipermail/openssl-announce/2023-February/000251.html Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0d5f864 - Browse repository at this point
Copy the full SHA 0d5f864View commit details -
deps: cherry-pick Windows ARM64 fix for openssl
Original commit message: rsa: add msvc intrinsic for non x64 platforms _umul128() is x86_64 (x64) only, while __umulh() works everywhere, but doesn't generate optimal code on x64 PR-URL: #46566 Refs: openssl/openssl#20244 Refs: https://mta.openssl.org/pipermail/openssl-announce/2023-February/000251.html Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>Configuration menu - View commit details
-
Copy full SHA for 9e62215 - Browse repository at this point
Copy the full SHA 9e62215View commit details
Commits on Feb 14, 2023
-
build: build ICU with ICU_NO_USER_DATA_OVERRIDE
CVE-ID: CVE-2023-23920 Backport-PR-URL: nodejs-private/node-private#377 PR-URL: nodejs-private/node-private#374 Refs: https://hackerone.com/bugs?subject=nodejs&report_id=1625036 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 97a0443 - Browse repository at this point
Copy the full SHA 97a0443View commit details
Commits on Feb 15, 2023
-
module: protect against prototype mutation
Ensures that mutating the `Object` prototype does not influence the parsing of `package.json` files. Backport-PR-URL: nodejs-private/node-private#373 PR-URL: #44007 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Configuration menu - View commit details
-
Copy full SHA for fa115ee - Browse repository at this point
Copy the full SHA fa115eeView commit details -
policy: makeRequireFunction on mainModule.require
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com> Co-authored-by: Bradley Farias <bradley.meck@gmail.com> Backport-PR-URL: nodejs-private/node-private#373 Refs: https://hackerone.com/bugs?subject=nodejs&report_id=1747642 CVE-ID: CVE-2023-23918 PR-URL: nodejs-private/node-private#358 Reviewed-by: Bradley Farias <bradley.meck@gmail.com> Reviewed-by: Michael Dawson <midawson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 83975b7 - Browse repository at this point
Copy the full SHA 83975b7View commit details -
lib: makeRequireFunction patch when experimental policy
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com> Backport-PR-URL: nodejs-private/node-private#373 Refs: https://hackerone.com/bugs?subject=nodejs&report_id=1747642 CVE-ID: CVE-2023-23918 PR-URL: nodejs-private/node-private#358 Reviewed-by: Bradley Farias <bradley.meck@gmail.com> Reviewed-by: Michael Dawson <midawson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f7892c1 - Browse repository at this point
Copy the full SHA f7892c1View commit details -
2023-02-16, Version 14.21.3 'Fermium' (LTS)
This is a security release. Notable changes: The following CVEs are fixed in this release: * CVE-2023-23918: Node.js Permissions policies can be bypassed via process.mainModule (High) * CVE-2023-23920: Node.js insecure loading of ICU data through ICU_DATA environment variable (Low) * OpenSSL 1.1.1t * npm 6.14.18 PR-URL: nodejs-private/node-private#389 Refs: https://nodejs.org/en/blog/vulnerability/february-2023-security-releases
Configuration menu - View commit details
-
Copy full SHA for edd64fe - Browse repository at this point
Copy the full SHA edd64feView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we canβt render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v14.21.2...v14.21.3