Skip to content

Commit d7bd2b1

Browse files
docs: add changelog for version 3.6.1
1 parent 24b847b commit d7bd2b1

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 2022
44

5+
- [3.6.1](#361-2022-11-20) (Nov 2022) (from the [3.x](https://github.com/socketio/engine.io/tree/3.x) branch)
56
- [6.2.1](#621-2022-11-20) (Nov 2022)
67
- [3.6.0](#360-2022-06-06) (Jun 2022) (from the [3.x](https://github.com/socketio/engine.io/tree/3.x) branch)
78
- [6.2.0](#620-2022-04-17) (Apr 2022)
@@ -38,6 +39,33 @@
3839

3940
# Release notes
4041

42+
## [3.6.1](https://github.com/socketio/engine.io/compare/3.6.0...3.6.1) (2022-11-20)
43+
44+
:warning: This release contains an important security fix :warning:
45+
46+
A malicious client could send a specially crafted HTTP request, triggering an uncaught exception and killing the Node.js process:
47+
48+
```
49+
Error: read ECONNRESET
50+
at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
51+
Emitted 'error' event on Socket instance at:
52+
at emitErrorNT (internal/streams/destroy.js:106:8)
53+
at emitErrorCloseNT (internal/streams/destroy.js:74:3)
54+
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
55+
errno: -104,
56+
code: 'ECONNRESET',
57+
syscall: 'read'
58+
}
59+
```
60+
61+
Please upgrade as soon as possible.
62+
63+
### Bug Fixes
64+
65+
* catch errors when destroying invalid upgrades ([83c4071](https://github.com/socketio/engine.io/commit/83c4071af871fc188298d7d591e95670bf9f9085))
66+
67+
68+
4169
## [6.2.1](https://github.com/socketio/engine.io/compare/6.2.0...6.2.1) (2022-11-20)
4270

4371
:warning: This release contains an important security fix :warning:

0 commit comments

Comments
 (0)