Skip to content

Commit

Permalink
docs(changelog): add note about maxHttpBufferSize default value (sock…
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansing authored Jan 18, 2023
1 parent 0f1dde6 commit 56a1bac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ This release contains a bump of:

# [2.5.0](https://github.com/socketio/socket.io/compare/2.4.1...2.5.0) (2022-06-26)

⚠️ WARNING ⚠️

The default value of the maxHttpBufferSize option has been decreased from 100 MB to 1 MB, in order to prevent attacks by denial of service.

Security advisory: [GHSA-j4f2-536g-r55m](https://github.com/advisories/GHSA-j4f2-536g-r55m)


### Bug Fixes

Expand Down

0 comments on commit 56a1bac

Please sign in to comment.