Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade engine.io from 1.6.4 to 3.4.0 #3

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Mar 8, 2020

Snyk has created this PR to upgrade engine.io from 1.6.4 to 3.4.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 34 versions ahead of your current version.
  • The recommended version was released 6 months ago, on 2019-09-13.

The recommended version fixes:

Severity Issue Exploit Maturity
Denial of Service (DoS)
npm:ws:20171108
Mature
Denial of Service (DoS)
npm:ws:20160624
No Known Exploit
Regular Expression Denial of Service (DoS)
npm:negotiator:20160616
No Known Exploit
Insecure Randomness
npm:ws:20160920
No Known Exploit
Remote Memory Exposure
npm:ws:20160104
No Known Exploit
Release notes
Package name: engine.io
  • 3.4.0 - 2019-09-13

    Features

    • add additional debug messages (#586)

    Bug fixes

    • remove deprecated Buffer usage in dependency (#585)

    Diff: 3.3.2...3.4.0
    Client release: 3.4.0
    ws version: ^7.1.2

  • 3.3.2 - 2018-11-29

    #511 was reverted (see socketio/socket.io#3381)

    Diff: 3.3.1...3.3.2
    Client release: -

  • 3.3.1 - 2018-11-19

    Bug fixes

    • replace deprecated Buffer usage (#565)

    Milestone: 3.3.1
    Diff: 3.3.0...3.3.1
    Client release: 3.3.1

  • 3.3.0 - 2018-11-07

    Features

    • allow configuration of Access-Control-Allow-Origin value (#511)

    Milestone: 3.3.0
    Diff: 3.2.1...3.3.0
    Client release: 3.3.0

  • 3.2.1 - 2018-11-02

    Bug fixes

    • processing error code on abort connection (#562)

    Milestone: 3.2.1
    Diff: 3.2.0...3.2.1

  • 3.2.0 - 2018-02-28

    Important note ⚠️

    There are two non-breaking changes that are somehow quite important:

    • ws was reverted as the default wsEngine (#550), as there was several blocking issues with uws. You can still use uws by running npm install uws --save in your project and using the wsEngine option:
    var engine = require('engine.io');
    var server = engine.listen(3000, {
      wsEngine: 'uws'
    });
    • pingTimeout now defaults to 5 seconds (instead of 60 seconds): #551

    Milestone: 3.2.0
    Diff: 3.1.5...3.2.0

  • 3.1.5 - 2018-02-18

    Milestone: 3.1.5
    Diff: 3.1.4...3.1.5

  • 3.1.4 - 2017-11-12

    Important note ⚠️

    #543 updates the ws package, as the previous version was vulnerable to a Regular Expression Denial of Service (NSP advisory #550). Please update as soon as possible.

    Milestone: 3.1.4
    Diff: 3.1.3...3.1.4

  • 3.1.3 - 2017-10-11

    Bug fixes

    • fix undefined remoteAddress when using uws (#533)

    Milestone: 3.1.3
    Diff: 3.1.2...3.1.3

  • 3.1.2 - 2017-09-27
  • 3.1.1 - 2017-09-02
  • 3.1.0 - 2017-04-27
  • 3.0.0 - 2017-04-05
  • 2.1.1 - 2017-03-22
  • 2.1.0 - 2017-03-11
  • 2.0.2 - 2017-02-16
  • 2.0.1 - 2017-01-30
  • 2.0.0 - 2017-01-22
  • 1.8.5 - 2017-12-27

    Milestone: -
    Diff: 1.8.4...1.8.5

  • 1.8.4 - 2017-04-28
  • 1.8.3 - 2017-02-16
  • 1.8.2 - 2016-12-10
  • 1.8.1 - 2016-11-27
  • 1.8.0 - 2016-11-20
  • 1.7.2 - 2016-10-23
  • 1.7.1 - 2016-10-20
  • 1.7.0 - 2016-10-05
  • 1.6.11 - 2016-06-24
  • 1.6.10 - 2016-06-24
  • 1.6.9 - 2016-05-03
  • 1.6.8 - 2016-01-25
  • 1.6.7 - 2016-01-11
  • 1.6.6 - 2016-01-08
  • 1.6.5 - 2016-01-05
  • 1.6.4 - 2015-12-04
from engine.io GitHub release notes
Commit messages
Package name: engine.io

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

[//]: # (snyk:metadata:{"dependencies":[{"name":"engine.io","from":"1.6.4","to":"3.4.0"}],"packageManager":"npm","type":"auto","projectUrl":"https://app.snyk.io/org/tjenkinson/project/bfa262da-3d27-4f20-bd91-4963ac687f88?utm_source=github&utm_medium=upgrade-pr","projectPublicId":"bfa262da-3d27-4f20-bd91-4963ac687f88","env":"prod","prType":"upgrade","vulns":["npm:ws:20171108","npm:ws:20160624","npm:negotiator:20160616","npm:ws:20160920","npm:ws:20160104"],"issuesToFix":[{"issueId":"npm:ws:20171108","severity":"high","title":"Denial of Service (DoS)","exploitMaturity":"mature"},{"issueId":"npm:ws:20160624","severity":"high","title":"Denial of Service (DoS)","exploitMaturity":"no-known-exploit"},{"issueId":"npm:negotiator:20160616","severity":"high","title":"Regular Expression Denial of Service (DoS)","exploitMaturity":"no-known-exploit"},{"issueId":"npm:ws:20160920","severity":"medium","title":"Insecure Randomness","exploitMaturity":"no-known-exploit"},{"issueId":"npm:ws:20160104","severity":"medium","title":"Remote Memory Exposure","exploitMaturity":"no-known-exploit"}],"upgrade":["npm:ws:20171108","npm:ws:20160624","npm:negotiator:20160616","npm:ws:20160920","npm:ws:20160104"],"upgradeInfo":{"versionsDiff":34,"publishedDate":"2019-09-13T11:58:22.235Z"},"templateVariants":[],"hasFixes":true,"isMajorUpgrade":true,"isBreakingChange":true})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant