Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.18.0
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.18.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 12, 2022

  1. Working on v16.18.1

    PR-URL: #44886
    juanarbol committed Oct 12, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7051ba4 View commit details

Commits on Nov 1, 2022

  1. inspector: harden IP address validation again

    Use inet_pton() to parse IP addresses, which restricts IP addresses
    to a small number of well-defined formats. In particular, octal and
    hexadecimal number formats are not allowed, and neither are leading
    zeros. Also explicitly reject 0.0.0.0/8 and ::/128 as non-routable.
    
    Refs: https://hackerone.com/reports/1710652
    CVE-ID: CVE-2022-43548
    PR-URL: nodejs-private/node-private#354
    Reviewed-by: Michael Dawson <midawson@redhat.com>
    Reviewed-by: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-by: Rich Trott <rtrott@gmail.com>
    tniessen authored and BethGriggs committed Nov 1, 2022
    Copy the full SHA
    9ffddd7 View commit details

Commits on Nov 4, 2022

  1. 2022-11-04, Version 16.18.1 'Gallium' (LTS)

    This is a security release.
    
    Notable changes:
    
    The following CVEs are fixed in this release:
    
    - CVE-2022-43548: DNS rebinding in --inspect via invalid octal IP
                      address (Medium)
    
    PR-URL: nodejs-private/node-private#363
    BethGriggs committed Nov 4, 2022
    Copy the full SHA
    25307a3 View commit details
Loading