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

Commits on Apr 3, 2024

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

Commits on Apr 10, 2024

  1. src: disallow direct .bat and .cmd file spawning

    An undocumented feature of the Win32 CreateProcess API allows spawning
    batch files directly but is potentially insecure because arguments are
    not escaped (and sometimes cannot be unambiguously escaped), hence why
    they are refused starting today.
    
    PR-URL: nodejs-private/node-private#564
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    CVE-ID: CVE-2024-27980
    bnoordhuis authored and RafaelGSS committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6627222 View commit details
    Browse the repository at this point in the history
  2. 2024-04-10, Version 18.20.2 'Hydrogen' (LTS)

    This is a security release.
    
    Notable changes:
    
    src:
      * disallow direct .bat and .cmd file spawning (Ben Noordhuis) nodejs-private/node-private#564
    
    PR-URL: nodejs-private/node-private#578
    RafaelGSS committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9aedf16 View commit details
    Browse the repository at this point in the history
Loading