]> git.ipfire.org Git - thirdparty/tornado.git/commit
websocket: Limit post-decompression size of received messages 2391/head
authorBen Darnell <ben@bendarnell.com>
Sat, 19 May 2018 15:11:21 +0000 (11:11 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 19 May 2018 15:34:39 +0000 (11:34 -0400)
commit7bd3ef349214843141c0f1c3286ee8ad5e98aac3
treef9d123b87ed6528e3fe37a65313dd31d710a355f
parent697bbe9c89b2a154199080f5c64aceecd2e7c012
websocket: Limit post-decompression size of received messages

Protects against memory exhaustion DoS attacks.
tornado/test/websocket_test.py
tornado/websocket.py