Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Bump ws from 1.1.1 to 3.3.2 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 10, 2019

Bumps ws from 1.1.1 to 3.3.2.

Release notes

Sourced from ws's releases.

3.3.2

Bug fixes

  • The parser of the Sec-WebSocket-Extensions header has been rewritten to make
    it spec-compliant (#1240).

3.3.1

Bug fixes

  • Fixed a DoS vulnerability (c4fe466).

A specially crafted value of the Sec-WebSocket-Extensions header that
used Object.prototype property names as extension or parameter names
could be used to make a ws server crash.

const WebSocket = require('ws');
const net = require('net');

const wss = new WebSocket.Server({ port: 3000 }, function () {
  const payload = 'constructor';  // or ',;constructor'

  const request = [
    'GET / HTTP/1.1',
    'Connection: Upgrade',
    'Sec-WebSocket-Key: test',
    'Sec-WebSocket-Version: 8',
    `Sec-WebSocket-Extensions: ${payload}`,
    'Upgrade: websocket',
    '\r\n'
  ].join('\r\n');

  const socket = net.connect(3000, function () {
    socket.resume();
    socket.write(request);
  });
});

The vulnerability has been privately reported by Nick Starke and
Ryan Knell of Sonatype Security Research and promptly fixed. Please
update now!

3.3.0

Features

  • Added ecdhCurve option (#1228).

3.2.0

Features

... (truncated)
Commits
  • 46b2547 [dist] 3.3.2
  • 02d0011 [test] Use an OS-assigned arbitrary unused port
  • 9c73abe [minor] Remove some redundant code
  • 0a9621f [minor] Merge pushOffer() and pushParam() into push()
  • 16f727d [doc] Clarify PerMessageDeflate options
  • 0c8c0b8 [minor] Add JSDoc for PerMessageDeflate constructor
  • b4465f6 [test] Increase code coverage
  • 5d973fb [minor] Parse the Sec-WebSocket-Extensions header only when necessary
  • b7089ff [fix] Rewrite the parser of the Sec-WebSocket-Extensions header
  • d96c58c chore(package): update eslint to version 4.11.0 (#1234)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by lpinca, a new releaser for ws since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 10, 2019
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 17, 2019

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch from a6e231d to 5fd356e Compare December 17, 2019 13:50
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2020

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch from 5fd356e to 54028a9 Compare April 1, 2020 12:34
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 14, 2020

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch from 54028a9 to 6ff6acb Compare May 14, 2020 05:36
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 7, 2020

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

2 similar comments
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 7, 2020

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 9, 2020

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch from 6ff6acb to cc71f72 Compare October 9, 2020 08:48
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 5, 2020

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch from cc71f72 to c522c3a Compare November 5, 2020 14:27
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 17, 2020

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch 2 times, most recently from 8abcbb8 to aaa9b82 Compare December 17, 2020 13:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch 2 times, most recently from 0a99a3c to 225969d Compare January 28, 2021 08:18
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 28, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch 2 times, most recently from 6d134ae to a548d10 Compare March 31, 2021 11:55
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 31, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

2 similar comments
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 13, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 30, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch 2 times, most recently from fd8f120 to 1a7134a Compare June 30, 2021 07:24
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 12, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

1 similar comment
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 11, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch 2 times, most recently from 182ea40 to 4448402 Compare August 11, 2021 08:37
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 30, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch from 4448402 to e7590a6 Compare September 30, 2021 09:35
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 12, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch from e7590a6 to f93a200 Compare November 12, 2021 11:02
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 20, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch from f93a200 to 0edaa2d Compare December 20, 2021 09:07
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 1, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch 2 times, most recently from 841cf05 to dca60e2 Compare February 1, 2022 05:13
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 4, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch from dca60e2 to cf59a67 Compare April 4, 2022 10:16
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 13, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch from cf59a67 to 3ef79fc Compare May 13, 2022 06:35
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 30, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch 2 times, most recently from 3897077 to 95dcda8 Compare June 30, 2022 10:01
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 8, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch from 95dcda8 to 288a48e Compare August 8, 2022 11:43
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 29, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch 2 times, most recently from 8ab69e7 to 77a2978 Compare September 29, 2022 13:58
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 9, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch from 77a2978 to a39816e Compare November 9, 2022 09:42
Bumps [ws](https://github.com/websockets/ws) from 1.1.1 to 3.3.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@1.1.1...3.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-3.3.2 branch from a39816e to d88fb23 Compare November 9, 2022 09:43
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 22, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants