socketio / engine.io-client

The engine used in the Socket.IO JavaScript client, which manages the low-level transports such as HTTP long-polling, WebSocket and WebTransport.
https://socket.io
742 stars 356 forks source link

1.8.x #671

Closed jodonnell closed 3 years ago

jodonnell commented 3 years ago

Note: the engine.io.js file is the generated output of make engine.io.js, and should not be manually modified.

The kind of change this PR does introduce

Current behaviour

New behaviour

fixes CVE error https://nvd.nist.gov/vuln/detail/CVE-2021-31597

Other information (e.g. related issues)

jodonnell commented 3 years ago

@darrachequesne just in case you missed this ;)

darrachequesne commented 3 years ago

Merged as https://github.com/socketio/engine.io-client/commit/ef742b6c3992fbc53729e57fe52945a5424cd38c and released in 1.8.6. Thanks!