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: v14.20.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: v14.20.1
Choose a head ref
  • 5 commits
  • 10 files changed
  • 5 contributors

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    7b1ea91 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. src: fix IS_LTS and IS_RELEASE flags

    Clear the `NODE_VERSION_IS_RELEASE` flag and restore the
    `NODE_VERSION_IS_LTS` flag.
    
    PR-URL: #43761
    Refs: https://github.com/nodejs/node/runs/7271286633?check_suite_focus=true
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Ruy Adorno <ruyadorno@github.com>
    richardlau committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    de80707 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. src: fix IPv4 non routable validation

    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    PR-URL: nodejs-private/node-private#337
    Backport-PR-URL: nodejs-private/node-private#339
    CVE-ID: CVE-2022-32212, CVE-2018-7160
    RafaelGSS authored and bengl committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a1121b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. http: disable chunked encoding when OBS fold is used

    Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    PR-URL: nodejs-private/node-private#341
    Backport-PR-URL: nodejs-private/node-private#343
    CVE-ID: CVE-2022-32213, CVE-2022-35256
    ShogunPanda authored and bengl committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    a9f1146 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. 2022-09-23, Version 14.20.1 'Fermium' (LTS)

    This is a security release.
    
    Notable changes:
    
    The following CVEs are fixed in this release:
    
    * CVE-2022-32212: DNS rebinding in --inspect on macOS (High)
    * CVE-2022-32213: bypass via obs-fold mechanic (Medium)
    * CVE-2022-35256: HTTP Request Smuggling Due to Incorrect Parsing of Header Fields (Medium)
    
    PR-URL: nodejs-private/node-private#348
    bengl committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    c11b821 View commit details
    Browse the repository at this point in the history
Loading