Skip to content

Commit

Permalink
docs(changelog): add note about maxHttpBufferSize default value (#4596)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansing authored Jan 18, 2023
1 parent 54d5ee0 commit a21ad88
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 a21ad88

Please sign in to comment.