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: f7e5f28
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3f8f4c6
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 1, 2022

  1. Working on v14.21.1

    PR-URL: #44889
    danielleadams committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f650589 View commit details
    Browse the repository at this point in the history
  2. 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
    Configuration menu
    Copy the full SHA
    2b433af View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. 2022-11-04, Version 14.21.1 'Fermium' (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#362
    BethGriggs committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    3f8f4c6 View commit details
    Browse the repository at this point in the history
Loading