-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Closed
Labels
to triageWaiting to be triaged by a member of the teamWaiting to be triaged by a member of the team
Description
Describe the bug
There is a security vulnerability reported in [email protected]
which socket.io
declares in it's dependencies:
Line 52 in 3d44aae
"engine.io": "~6.4.1", |
npm audit output:
$ npm audit
# npm audit report
cookiejar <2.1.4
Severity: moderate
cookiejar Regular Expression Denial of Service via Cookie.parse function - https://github.com/advisories/GHSA-h452-7996-h45h
fix available via `npm audit fix`
node_modules/cookiejar
engine.io 5.1.0 - 6.4.1
Severity: high
engine.io Uncaught Exception vulnerability - https://github.com/advisories/GHSA-q9mw-68c2-j6m5
fix available via `npm audit fix`
node_modules/engine.io
2 vulnerabilities (1 moderate, 1 high)
To address all issues, run:
npm audit fix
To Reproduce
- clone the repository
- perform
npm audit
kittaakos
Metadata
Metadata
Assignees
Labels
to triageWaiting to be triaged by a member of the teamWaiting to be triaged by a member of the team