Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: decrease the default value of maxHttpBufferSize
This change reduces the default value from 100 mb to a more sane 1 mb. This helps protect the server against denial of service attacks by malicious clients sending huge amounts of data.
- Loading branch information
734f9d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CVE-2020-36048 was assigned to this commit.
734f9d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any luck getting this into an official release on some version of engine.io that socket.io v2.4.x depends on?
734f9d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ixevix here we go: