diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2013-02-27 15:32:19 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2013-02-27 15:32:19 -0800 |
commit | ac9370d3e0e4a645f893028c9dee0ece20c4f0d3 (patch) | |
tree | 7f71b0c0b647146a3e7d97c9e81a525793dfaa04 /NEWS | |
parent | e761502e8ec5958c27228006314e423057ff8c9d (diff) |
Changelog re #116
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ Releases v1.10.0 (DD MM YYYY) -------------------- +* #116: Limit `Message.get_bytes` to an upper bound of 1MB to protect against + potential DoS vectors. Thanks to `@mvschaik` for catch & patch. * #115: Add convenience `get_pty` kwarg to `Client.exec_command` so users not manually controlling a channel object can still toggle PTY creation. Thanks to Michael van der Kolff for the patch. |