Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update node.js to v10.24.1 #333

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 3, 2018

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
node minor 10.11.0 -> 10.24.1 age adoption passing confidence
@types/node (source) devDependencies minor 10.11.3 -> 10.17.60 age adoption passing confidence

Release Notes

nodejs/node

v10.24.1: 2021-04-06, Version 10.24.1 'Dubnium' (LTS), @​mylesborins

Compare Source

This is a security release.

Notable Changes

Vulerabilties fixed:

  • CVE-2021-3450: OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High)
  • CVE-2021-3449: OpenSSL - NULL pointer deref in signature_algorithms processing (High)
  • 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 GHSA-c4w7-xm78-47vh
    • Impacts:
      • All versions of the 14.x, 12.x and 10.x releases lines
Commits

v10.24.0: 2021-02-23, Version 10.24.0 'Dubnium' (LTS), @​richardlau

Compare Source

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
Commits

v10.23.3: 2021-02-09, Version 10.23.3 'Dubnium' (LTS), @​richardlau

Compare Source

Notable changes

The update to npm 6.14.11 has been relanded so that npm correctly reports its version.

Commits

v10.23.2: 2021-01-26, Version 10.23.2 'Dubnium' (LTS), @​richardlau

Compare Source

Notable changes

Release keys have been synchronized with the main branch.

  • deps:
    • upgrade npm to 6.14.11 (Darcy Clarke) #​36838
Commits

v10.23.1: 2021-01-04, Version 10.23.1 'Dubnium' (LTS), @​richardlau

Compare Source

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

v10.23.0: 2020-10-27, Version 10.23.0 'Dubnium' (LTS), @​richardlau

Compare Source

Notable changes
  • deps:
    • upgrade npm to 6.14.8 (Ruy Adorno) #​34834
  • n-api:
    • create N-API version 7 (Gabriel Schulhof) #​35199
    • expose napi_build_version variable (NickNaso) #​27835
  • tools:
    • add debug entitlements for macOS 10.15+ (Gabriele Greco) #​34378
Commits

v10.22.1: 2020-09-15, Version 10.22.1 'Dubnium' (LTS), @​BethGriggs

Compare Source

Notable changes

This is a security release.

Vulnerabilities fixed:

  • CVE-2020-8252: fs.realpath.native on may cause buffer overflow (Medium).
Commits

v10.22.0: 2020-07-21, Version 10.22.0 'Dubnium' (LTS), @​BethGriggs prepared by @​richardlau

Compare Source

Notable changes
  • deps:
    • upgrade npm to 6.14.6 (claudiahdz) #​34246
    • upgrade openssl sources to 1.1.1g (Hassaan Pasha) #​32982
  • n-api:
    • add napi_detach_arraybuffer (legendecas) #​29768
Commits

v10.21.0: 2020-06-02, Version 10.21.0 'Dubnium' (LTS), @​BethGriggs

Compare Source

Notable changes

This is a security release.

Vulnerabilities fixed:

  • CVE-2020-8174: napi_get_value_string_*() allows various kinds of memory corruption (High).
  • CVE-2020-10531: ICU-20958 Prevent SEGV_MAPERR in append (High).
  • CVE-2020-11080: HTTP/2 Large Settings Frame DoS (Low).
Commits

v10.20.1: 2020-04-12, Version 10.20.1 'Dubnium' (LTS), @​BethGriggs

Compare Source

Notable changes

Due to release process failures, Node.js v10.20.0 shipped with source
and header tarballs that did not properly match the final release
commit that was used to build the binaries. We recommend that Node.js
v10.20.0 not be used, particularly in any applications using native
add-ons or where compiling Node.js from source is involved.

Node.js v10.20.1 is a clean release with the correct sources and is
strongly recommended in place of v10.20.0.

v10.20.0: 2020-04-08, Version 10.20.0 'Dubnium' (LTS), @​BethGriggs

Compare Source

macOS package notarization and a change in builder configuration

The macOS binaries for this release, and future 10.x releases, are now
being compiled on macOS 10.15 (Catalina) with Xcode 11 to support
package notarization, a requirement for installing .pkg files on macOS
10.15 and later. Previous builds of Node.js 10.x were compiled on macOS
10.10 (Yosemite) with a minimum deployment target of macOS 10.7 (Lion).
As binaries are still being compiled to support a minimum of macOS 10.7
(Lion) we do not anticipate this having a negative impact on Node.js
10.x users with older versions of macOS.

Notable changes
  • buffer: add {read|write}Big[U]Int64{BE|LE} methods (garygsc) #​19691
  • build: macOS package notarization (Rod Vagg) #​31459
  • deps:
    • update npm to 6.14.3 (Myles Borins) #​32368
    • upgrade openssl sources to 1.1.1e (Hassaan Pasha) #​32328
    • upgrade to libuv 1.34.2 (cjihrig) #​31477
  • n-api:
    • add napi_get_all_property_names (himself65) #​30006
    • add APIs for per-instance state management (Gabriel Schulhof) #​28682
    • define release 6 #​32058
    • turn NAPI_CALL_INTO_MODULE into a function (Anna Henningsen) #​26128
  • tls:
    • expose keylog event on TLSSocket (Alba Mendez) #​27654
    • support TLS min/max protocol defaults in CLI (Sam Roberts) #​27946
  • url: handle quasi-WHATWG URLs in urlToOptions() (cjihrig) #​26226
Commits

v10.19.0: 2020-02-06, Version 10.19.0 'Dubnium' (LTS), @​BethGriggs

Compare Source

Notable changes

This is a security release.

Vulnerabilities fixed:

  • CVE-2019-15606: HTTP header values do not have trailing OWS trimmed.
  • CVE-2019-15605: HTTP request smuggling using malformed Transfer-Encoding header.
  • CVE-2019-15604: Remotely trigger an assertion on a TLS server with a malformed certificate string.

Also, HTTP parsing is more strict to be more secure. Since this may
cause problems in interoperability with some non-conformant HTTP
implementations, it is possible to disable the strict checks with the
--insecure-http-parser command line flag, or the insecureHTTPParser
http option. Using the insecure HTTP parser should be avoided.

Commits

v10.18.1: 2020-01-09, Version 10.18.1 'Dubnium' (LTS), @​BethGriggs

Compare Source

Notable changes
  • http2: fix session memory accounting after pausing (Michael Lehenbauer) #​30684
  • n-api: correct bug in napi_get_last_error (Octavian Soldea) #​28702
  • tools: update tzdata to 2019c (Myles Borins) #​30479
Commits

v10.18.0: 2019-12-17, Version 10.18.0 'Dubnium' (LTS), @​MylesBorins

Compare Source

This is a security release.

For more details about the vulnerability please consult the npm blog:

https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli

Notable changes
Commits

v10.17.0: 2019-10-22, Version 10.17.0 'Dubnium' (LTS), @​BethGriggs

Compare Source

Notable changes
  • crypto:
    • add support for chacha20-poly1305 for AEAD (chux0519) #​24081
    • increase maxmem range from 32 to 53 bits (Tobias Nießen) #​28799
  • deps:
    • update npm to 6.11.3 (claudiahdz) #​29430
    • upgrade openssl sources to 1.1.1d (Sam Roberts) #​29921
  • dns: remove dns.promises experimental warning (cjihrig) #​26592
  • fs: remove experimental warning for fs.promises (Anna Henningsen) #​26581
  • http: makes response.writeHead return the response (Mark S. Everitt) #​25974
  • http2: makes response.writeHead return the response (Mark S. Everitt) #​25974
  • n-api:
    • make func argument of napi_create_threadsafe_function optional (legendecas) #​27791
    • mark version 5 N-APIs as stable (Gabriel Schulhof) #​29401
    • implement date object (Jarrod Connolly) #​25917
  • process: add --unhandled-rejections flag (Ruben Bridgewater) #​26599
  • stream:
    • implement Readable.from async iterator utility (Guy Bedford) #​27660
    • make Symbol.asyncIterator support stable (Matteo Collina) #​26989
Commits

v10.16.3: 2019-08-15, Version 10.16.3 'Dubnium' (LTS), @​BethGriggs

Compare Source

Notable changes

This is a security release.

Node.js, as well as many other implementations of HTTP/2, have been found
vulnerable to Denial of Service attacks.
See https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md
for more information.

Vulnerabilities fixed:

  • CVE-2019-9511 “Data Dribble”: The attacker requests a large amount of data from a specified resource over multiple streams. They manipulate window size and stream priority to force the server to queue the data in 1-byte chunks. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.
  • CVE-2019-9512 “Ping Flood”: The attacker sends continual pings to an HTTP/2 peer, causing the peer to build an internal queue of responses. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.
  • CVE-2019-9513 “Resource Loop”: The attacker creates multiple request streams and continually shuffles the priority of the streams in a way that causes substantial churn to the priority tree. This can consume excess CPU, potentially leading to a denial of service.
  • CVE-2019-9514 “Reset Flood”: The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both, potentially leading to a denial of service.
  • CVE-2019-9515 “Settings Flood”: The attacker sends a stream of SETTINGS frames to the peer. Since the RFC requires that the peer reply with one acknowledgement per SETTINGS frame, an empty SETTINGS frame is almost equivalent in behavior to a ping. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.
  • CVE-2019-9516 “0-Length Headers Leak”: The attacker sends a stream of headers with a 0-length header name and 0-length header value, optionally Huffman encoded into 1-byte or greater headers. Some implementations allocate memory for these headers and keep the allocation alive until the session dies. This can consume excess memory, potentially

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 these updates again.


  • If you want to rebase/retry this PR, check this box

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

@coveralls
Copy link

coveralls commented Oct 3, 2018

Pull Request Test Coverage Report for Build 1359

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 41.712%

Totals Coverage Status
Change from base Build 1280: 0.0%
Covered Lines: 967
Relevant Lines: 2056

💛 - Coveralls

@renovate renovate bot changed the title Update dependency @types/node to v10.11.4 Update dependency @types/node to v10.11.5 Oct 8, 2018
@renovate renovate bot force-pushed the renovate/node-10.x branch from 52f7cea to e8e6986 Compare October 8, 2018 22:55
@renovate renovate bot changed the title Update dependency @types/node to v10.11.5 Update dependency @types/node to v10.11.6 Oct 9, 2018
@renovate renovate bot force-pushed the renovate/node-10.x branch from e8e6986 to 555bd3b Compare October 9, 2018 20:51
@renovate renovate bot changed the title Update dependency @types/node to v10.11.6 Update dependency @types/node to v10.11.7 Oct 10, 2018
@renovate renovate bot force-pushed the renovate/node-10.x branch 2 times, most recently from 4590d2c to d47459e Compare October 10, 2018 21:45
@renovate renovate bot changed the title Update dependency @types/node to v10.11.7 Update dependency @types/node to v10.12.0 Oct 15, 2018
@renovate renovate bot force-pushed the renovate/node-10.x branch from d47459e to 7498f8a Compare October 15, 2018 23:42
@renovate renovate bot changed the title Update dependency @types/node to v10.12.0 Update dependency @types/node to v10.12.1 Oct 29, 2018
@renovate renovate bot force-pushed the renovate/node-10.x branch 2 times, most recently from 6e59bc0 to 349fb18 Compare October 30, 2018 09:43
@renovate renovate bot changed the title Update dependency @types/node to v10.12.1 Update dependency @types/node to v10.12.2 Nov 1, 2018
@renovate renovate bot force-pushed the renovate/node-10.x branch 2 times, most recently from e743232 to 6a9550e Compare November 5, 2018 12:03
@renovate renovate bot changed the title Update dependency @types/node to v10.12.2 Update dependency @types/node Nov 5, 2018
@renovate renovate bot force-pushed the renovate/node-10.x branch 5 times, most recently from 4208c2d to aff7111 Compare November 13, 2018 19:23
@renovate renovate bot force-pushed the renovate/node-10.x branch 3 times, most recently from d3d7f89 to 5bc9675 Compare November 21, 2018 16:36
@renovate renovate bot changed the title Update dependency @types/node Update dependency @types/node to v10.12.10 Nov 24, 2018
@renovate renovate bot changed the title Update dependency @types/node to v10.12.10 Update dependency @types/node Nov 24, 2018
@renovate renovate bot force-pushed the renovate/node-10.x branch 3 times, most recently from 0fe028c to c94a61a Compare November 29, 2018 17:51
@renovate renovate bot force-pushed the renovate/node-10.x branch from 6391663 to cb37622 Compare December 30, 2019 16:56
@renovate renovate bot force-pushed the renovate/node-10.x branch from cb37622 to 94889b1 Compare January 18, 2020 18:59
@renovate renovate bot force-pushed the renovate/node-10.x branch from 94889b1 to 3acebe6 Compare February 8, 2020 18:57
@renovate renovate bot force-pushed the renovate/node-10.x branch from 3acebe6 to 97f84be Compare March 15, 2020 08:57
@renovate renovate bot force-pushed the renovate/node-10.x branch from 97f84be to 3b5aa1e Compare April 28, 2020 05:59
@renovate renovate bot changed the title Update dependency @types/node Update Node.js to v10.20.1 Apr 28, 2020
@renovate renovate bot force-pushed the renovate/node-10.x branch from 3b5aa1e to bdc7dea Compare July 1, 2020 10:46
@renovate renovate bot changed the title Update Node.js to v10.20.1 Update Node.js to v10.21.0 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/node-10.x branch from bdc7dea to 3c86779 Compare July 10, 2020 13:34
@renovate renovate bot force-pushed the renovate/node-10.x branch from 3c86779 to bf1367e Compare July 21, 2020 16:48
@renovate renovate bot changed the title Update Node.js to v10.21.0 Update Node.js to v10.22.0 Jul 21, 2020
@renovate renovate bot force-pushed the renovate/node-10.x branch from bf1367e to f8208f4 Compare July 23, 2020 23:20
@renovate renovate bot force-pushed the renovate/node-10.x branch from f8208f4 to 1516b4f Compare October 29, 2020 05:00
@renovate renovate bot changed the title Update Node.js to v10.22.0 Update Node.js to v10.23.0 Oct 29, 2020
@renovate renovate bot force-pushed the renovate/node-10.x branch from 1516b4f to 0cc200b Compare November 27, 2020 07:58
@renovate renovate bot force-pushed the renovate/node-10.x branch from 0cc200b to 576c69e Compare December 11, 2020 16:57
@renovate renovate bot force-pushed the renovate/node-10.x branch from 576c69e to 1c7d634 Compare January 6, 2021 22:54
@renovate renovate bot changed the title Update Node.js to v10.23.0 Update Node.js to v10.23.1 Jan 6, 2021
@renovate renovate bot force-pushed the renovate/node-10.x branch from 1c7d634 to fdf968a Compare January 22, 2021 12:53
@renovate renovate bot force-pushed the renovate/node-10.x branch from fdf968a to 860566f Compare January 31, 2021 21:55
@renovate renovate bot changed the title Update Node.js to v10.23.1 Update Node.js to v10.23.2 Jan 31, 2021
@renovate renovate bot force-pushed the renovate/node-10.x branch from 860566f to 033f178 Compare February 10, 2021 18:51
@renovate renovate bot changed the title Update Node.js to v10.23.2 Update Node.js to v10.23.3 Feb 10, 2021
@renovate renovate bot force-pushed the renovate/node-10.x branch from 033f178 to 97616ea Compare April 26, 2021 12:58
@renovate renovate bot changed the title Update Node.js to v10.23.3 Update Node.js to v10.24.1 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/node-10.x branch from 97616ea to 322cac4 Compare May 9, 2021 23:10
@renovate renovate bot force-pushed the renovate/node-10.x branch from 322cac4 to 50041f0 Compare May 15, 2021 19:33
@renovate renovate bot changed the title Update Node.js to v10.24.1 chore(deps): update node.js to v10.24.1 Mar 16, 2023
@renovate
Copy link
Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants