1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-01 01:16:59 +02:00

Fix integer overflow in actix_http::ws::Parser::parse (#3728)

* Fix integer overflow in actix_http::ws::Parser::parse

* Add changelog

---------

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
Guido Vranken
2025-08-22 08:24:22 +02:00
committed by GitHub
parent 37203c7fd8
commit 5f6c84494a
2 changed files with 25 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
## Unreleased
- Malformed websocket frames are now gracefully rejected.
## 3.11.0
- Update `brotli` dependency to `8`.