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: websockets/ws
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.20.0
Choose a base ref
...
head repository: websockets/ws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.20.1
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on May 7, 2026

  1. Configuration menu
    Copy the full SHA
    5f26c24 View commit details
    Browse the repository at this point in the history
  2. [ci] Do not test on node 25

    lpinca committed May 7, 2026
    Configuration menu
    Copy the full SHA
    58e45b8 View commit details
    Browse the repository at this point in the history
  3. [ci] Test on node 26

    lpinca committed May 7, 2026
    Configuration menu
    Copy the full SHA
    ce2a3d6 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2026

  1. [security] Fix uninitialized memory disclosure in websocket.close()

    When the `reason` argument for `websocket.close()` is a `TypedArray`
    instead of a string or `Buffer`, the function does not correctly
    overwrite the dirty buffer allocated via `Buffer.allocUnsafe()`. This
    results in the disclosure of uninitialized memory, potentially leaking
    sensitive data to the remote peer.
    
    Add stricter validation for the argument type.
    lpinca committed May 12, 2026
    Configuration menu
    Copy the full SHA
    c0327ec View commit details
    Browse the repository at this point in the history
  2. [dist] 8.20.1

    lpinca committed May 12, 2026
    Configuration menu
    Copy the full SHA
    5d9b316 View commit details
    Browse the repository at this point in the history
Loading