-
Notifications
You must be signed in to change notification settings - Fork 31.1k
Comparing changes
Open a pull request
base repository: nodejs/node
base: v18.14.0
head repository: nodejs/node
compare: v18.14.1
- 15 commits
- 932 files changed
- 5 contributors
Commits on Feb 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e393d8a - Browse repository at this point
Copy the full SHA e393d8aView commit details
Commits on Feb 15, 2023
-
crypto: clear OpenSSL error on invalid ca cert
CVE-ID: CVE-2023-23919 PR-URL: nodejs-private/node-private#370 Refs: https://hackerone.com/bugs?report_id=1808596 Reviewed-By: Michael Dawson <midawson@redhat.com> Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 004e34d - Browse repository at this point
Copy the full SHA 004e34dView commit details -
build: build ICU with ICU_NO_USER_DATA_OVERRIDE
Backport-PR-URL: nodejs-private/node-private#379 CVE-ID: CVE-2023-23920 PR-URL: nodejs-private/node-private#374 Refs: https://hackerone.com/bugs?subject=nodejs&report_id=1625036 Reviewed-By: Richard Lau <rlau@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8393ebc - Browse repository at this point
Copy the full SHA 8393ebcView commit details -
PR-URL: #46213 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 00302fc - Browse repository at this point
Copy the full SHA 00302fcView commit details -
PR-URL: #46213 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 90994e6 - Browse repository at this point
Copy the full SHA 90994e6View commit details -
PR-URL: #46213 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b4e49fb - Browse repository at this point
Copy the full SHA b4e49fbView commit details -
PR-URL: #46502 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias NieΓen <tniessen@tnie.de>
Configuration menu - View commit details
-
Copy full SHA for db93ee4 - Browse repository at this point
Copy the full SHA db93ee4View commit details -
PR-URL: #46502 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias NieΓen <tniessen@tnie.de>
Configuration menu - View commit details
-
Copy full SHA for c26a34c - Browse repository at this point
Copy the full SHA c26a34cView commit details -
PR-URL: #46634 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Juan JosΓ© Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f0afa0b - Browse repository at this point
Copy the full SHA f0afa0bView commit details -
deps: upgrade openssl sources to quictls/openssl-3.0.8+quic
This updates all sources in deps/openssl/openssl by: $ git clone git@github.com:quictls/openssl.git $ cd openssl $ git checkout openssl-3.0.8+quic $ cd ../node/deps/openssl $ rm -rf openssl $ cp -R ../../../openssl openssl $ rm -rf openssl/.git* openssl/.travis* $ git add --all openssl $ git commit openssl PR-URL: #46572 Refs: https://mta.openssl.org/pipermail/openssl-announce/2023-February/000251.html Reviewed-By: Richard Lau <rlau@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 2c6817e - Browse repository at this point
Copy the full SHA 2c6817eView commit details -
deps: update archs files for quictls/openssl-3.0.8+quic
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 $ git commit PR-URL: #46572 Refs: https://mta.openssl.org/pipermail/openssl-announce/2023-February/000251.html Reviewed-By: Richard Lau <rlau@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f71fe27 - Browse repository at this point
Copy the full SHA f71fe27View 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: #46572 Refs: openssl/openssl#20244 Refs: https://mta.openssl.org/pipermail/openssl-announce/2023-February/000251.html Reviewed-By: Richard Lau <rlau@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5e0142a - Browse repository at this point
Copy the full SHA 5e0142aView commit details -
policy: makeRequireFunction on mainModule.require
PR-URL: nodejs-private/node-private#358 Backport-PR-URL: nodejs-private/node-private#371 Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com> Co-authored-by: Bradley Farias <bradley.meck@gmail.com> Reviewed-by: Bradley Farias <bradley.meck@gmail.com> Reviewed-by: Michael Dawson <midawson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7cccd55 - Browse repository at this point
Copy the full SHA 7cccd55View commit details -
lib: makeRequireFunction patch when experimental policy
PR-URL: nodejs-private/node-private#358 Backport-PR-URL: nodejs-private/node-private#371 Reviewed-by: Bradley Farias <bradley.meck@gmail.com> Reviewed-by: Michael Dawson <midawson@redhat.com> Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0e3b796 - Browse repository at this point
Copy the full SHA 0e3b796View commit details -
2023-02-16, Version 18.14.1 'Hydrogen' (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-23919: Node.js OpenSSL error handling issues in nodejs crypto library (Medium) - CVE-2023-23936: Fetch API in Node.js did not protect against CRLF injection in host headers (Medium) - CVE-2023-24807: Regular Expression Denial of Service in Headers in Node.js fetch API (Low) - CVE-2023-23920: Node.js insecure loading of ICU data through ICU_DATA environment variable (Low) - OpenSSL 3.0.8 - undici 5.19.1 PR-URL: nodejs-private/node-private#386
Configuration menu - View commit details
-
Copy full SHA for 7bc2cf7 - Browse repository at this point
Copy the full SHA 7bc2cf7View 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 v18.14.0...v18.14.1