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: v24.4.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: v24.4.1
Choose a head ref
  • 4 commits
  • 68 files changed
  • 2 contributors

Commits on Jul 9, 2025

  1. Working on v24.4.1

    PR-URL: #58993
    RafaelGSS committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    ed2b509 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. deps: V8: revert rapidhash commits

    This reverts the following V8 commits:
    
        Revert "[string] Fix rapidhash on big endian"
        This reverts commit 3c6749f39dcaf071f7140d501eb6c507ba7d762e.
    
        Revert "Fix build with older gcc and clang compilers"
        This reverts commit 63cb5b3519339bb90a50f5d2150c527d1a6ab96f.
    
        Revert "[string] Fix overflow case of TryParseArrayIndex"
        This reverts commit f99c2e013acce0c54611c0a67bcb6212577693d4.
    
        Revert "[string] Optimize and refactor index hashing"
        This reverts commit dcbc9e7460732aa3cf836cc3d0d9b53406786a1e.
    
        Revert "[string] Use rapidhash for string hashing"
        This reverts commit d329f49df91ff1774b4190da11cbe63cb322eded.
    
    PR-URL: nodejs-private/node-private#713
    Refs: https://hackerone.com/reports/3131758
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    CVE-ID: CVE-2025-27209
    targos authored and RafaelGSS committed Jul 10, 2025
    3 Configuration menu
    Copy the full SHA
    c33223f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f9db2 View commit details
    Browse the repository at this point in the history
  3. 2025-07-15, Version 24.4.1 (Current)

    This is a security release.
    
    Notable changes:
    
    deps:
      * (CVE-2025-27209) V8: revert rapidhash commits
    lib:
      * (CVE-2025-27210) handle all windows reserved driver name
    
    PR-URL: nodejs-private/node-private#725
    Signed-off-by: RafaelGSS <[email protected]>
    RafaelGSS committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    cf6b5c2 View commit details
    Browse the repository at this point in the history
Loading