Skip to content

chore(deps): update node.js to v10.24.1 - abandoned#108

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/node-10.x
Open

chore(deps): update node.js to v10.24.1 - abandoned#108
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/node-10.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2020

Mend Renovate

This PR contains the following updates:

Package Type Update Change
node minor 10.21.0 -> 10.24.1
node engines minor 10.21.0 -> 10.24.1
node stage minor 10.21.0-alpine -> 10.24.1-alpine

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

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.

@renovate renovate bot changed the title Update Node.js to v10.22.0 Update node Docker tag Jul 22, 2020
@renovate renovate bot force-pushed the renovate/node-10.x branch from 1a8d9c0 to d0b4c05 Compare July 22, 2020 00:13
@renovate renovate bot changed the title Update node Docker tag Update Node.js Jul 23, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Jul 23, 2020
@renovate renovate bot changed the title Update node Docker tag Update Node.js Jul 24, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Jul 24, 2020
@renovate renovate bot changed the title Update node Docker tag Update Node.js Aug 10, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Aug 10, 2020
@renovate renovate bot changed the title Update node Docker tag Update Node.js Aug 12, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Aug 12, 2020
@renovate renovate bot changed the title Update node Docker tag Update Node.js Aug 14, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Aug 14, 2020
@renovate renovate bot changed the title Update node Docker tag Update Node.js Aug 17, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Aug 17, 2020
@renovate renovate bot changed the title Update node Docker tag Update Node.js Aug 17, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Aug 17, 2020
@renovate renovate bot changed the title Update node Docker tag Update Node.js Aug 19, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Aug 19, 2020
@renovate renovate bot changed the title Update node Docker tag Update Node.js Aug 25, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Aug 25, 2020
@renovate renovate bot changed the title Update node Docker tag Update Node.js Aug 26, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Aug 26, 2020
@renovate renovate bot changed the title Update node Docker tag Update Node.js Aug 27, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Aug 27, 2020
@renovate renovate bot changed the title Update node Docker tag Update Node.js Aug 29, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Aug 29, 2020
@renovate renovate bot changed the title Update node Docker tag Update Node.js Aug 31, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Aug 31, 2020
@renovate renovate bot changed the title Update node Docker tag Update Node.js Sep 1, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Sep 1, 2020
@renovate renovate bot changed the title Update node Docker tag Update Node.js Sep 2, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Sep 2, 2020
@renovate renovate bot changed the title Update node Docker tag Update Node.js Sep 7, 2020
@renovate renovate bot changed the title Update Node.js Update node Docker tag Sep 7, 2020
@renovate renovate bot force-pushed the renovate/node-10.x branch from d0b4c05 to bcdb6c6 Compare October 26, 2020 12:58
@renovate renovate bot changed the title Update node Docker tag Update Node.js Oct 26, 2020
@renovate renovate bot force-pushed the renovate/node-10.x branch from bcdb6c6 to 75c6313 Compare November 27, 2020 22:59
@renovate renovate bot force-pushed the renovate/node-10.x branch from 75c6313 to 17aae8f Compare January 7, 2021 00:57
@renovate renovate bot force-pushed the renovate/node-10.x branch from 17aae8f to d2dc995 Compare February 1, 2021 13:54
@renovate renovate bot force-pushed the renovate/node-10.x branch from d2dc995 to df6a923 Compare February 10, 2021 13:58
@renovate renovate bot force-pushed the renovate/node-10.x branch from df6a923 to 0a7d7d1 Compare February 22, 2021 17:58
@renovate renovate bot changed the title Update Node.js chore(deps): update node.js Feb 22, 2021
@renovate renovate bot force-pushed the renovate/node-10.x branch 2 times, most recently from 4420d2f to 8beabd7 Compare February 23, 2021 23:51
@renovate renovate bot force-pushed the renovate/node-10.x branch from 8beabd7 to c3bbd83 Compare April 6, 2021 20:28
@renovate renovate bot force-pushed the renovate/node-10.x branch from c3bbd83 to 576b0aa Compare April 7, 2021 17:46
@renovate renovate bot changed the title chore(deps): update node.js chore(deps): update node.js to v10.24.1 Sep 25, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 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.

@renovate renovate bot changed the title chore(deps): update node.js to v10.24.1 chore(deps): update node.js to v10.24.1 - abandoned Feb 19, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Feb 19, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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.

1 participant