🚨 [security] [spec] Update ws 7.4.6 → 7.5.10 (minor) #762
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ ws (7.4.6 → 7.5.10) · Repo
Security Advisories 🚨
🚨 ws affected by a DoS when handling a request with many HTTP headers
Release Notes
7.5.10
7.5.8
7.5.7
7.5.6
7.5.5
7.5.4
7.5.3
7.5.2
7.5.1
7.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 48 commits:
[dist] 7.5.10
[security] Fix crash when the Upgrade header cannot be read (#2231)
[dist] 7.5.9
[security] Fix same host check for ws+unix: redirects
[dist] 7.5.8
[security] Drop sensitive headers when following insecure redirects
[fix] Abort the handshake if the Upgrade header is invalid
[dist] 7.5.7
[security] Drop sensitive headers when following redirects (#2013)
[dist] 7.5.6
[fix] Resume the socket in the `CLOSING` state
[fix] Do not throw if the redirect URL is invalid
[dist] 7.5.5
[doc] Change label text to CI
[ci] Use Github Actions for Windows x86 testing
[pkg] Update eslint-plugin-prettier to version 4.0.0
[minor] Skip unnecessary operations if the socket is already closed
[dist] 7.5.4
[fix] Resume the socket in the next tick
[fix] Do not rely on undocumented behavior
[dist] 7.5.3
[fix] Abort the handshake if the server is closing or closed
[fix] Emit the `'close'` event after the server is closed
[minor] Fix typo
[fix] Make the `{noS,s}erver`, and `port` options mutually exclusive
[minor] Improve JSDoc-inferred types (#1912)
[dist] 7.5.2
[fix] Abort the handshake if an unexpected extension is received
[dist] 7.5.1
[test] Add more tests for `WebSocket.prototype.close()`
[fix] Fix close edge cases
[minor] Fix misleading comment
[test] Fix repeated typo
[dist] 7.5.0
[doc] Fix anchor tags for error codes
[doc] Fix typo
[doc] Sort error codes alphabetically
[minor] Attach error codes to all receiver errors (#1901)
[fix] Don't call `ws.terminate()` unconditionally in `duplex._destroy()`
[fix] Close the connection cleanly when an error occurs
[doc] Fix broken link (#1897)
[doc] Remove unsafe regex from code snippet
[doc] Add logo to coverage badge
[test] Fix nit
[test] Rename certificates and private keys files
[security] Update link to point to published security advisories
[test] Update certificates and private keys
[security] Add ReDoS vulnerability to SECURITY.md
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands