diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-09-18 21:18:35 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-18 21:18:35 -0700 |
commit | dc7f7c5bade264f74aa2ee5ce21dde2091cc2022 (patch) | |
tree | 27c48a0fe1adefa06b8c50340cd3be3cdd6bad26 | |
parent | d4306de9c70be68103a5077861480367880ae7c0 (diff) | |
parent | 329aaf67b0d5391684dc0d32d76112a8d9dabae5 (diff) |
Merge branch '2.4'
-rw-r--r-- | sites/www/changelog.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index c0099c76..ed44cde9 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -8,9 +8,9 @@ Changelog - :release:`2.1.6 <2018-09-18>` - :release:`2.0.9 <2018-09-18>` - :bug:`-` Modify protocol message handling such that ``Transport`` does not - respond to ``MSG_UNIMPLEMENTED`` with its own ``MSG_UNIMPLEMENTED`` message. - This behavior probably didn't cause any outright errors, but it doesn't seem - to conform to the RFCs and could cause (non-infinite) feedback loops in some + respond to ``MSG_UNIMPLEMENTED`` with its own ``MSG_UNIMPLEMENTED``. This + behavior probably didn't cause any outright errors, but it doesn't seem to + conform to the RFCs and could cause (non-infinite) feedback loops in some scenarios (usually those involving Paramiko on both ends). - :bug:`1283` Fix exploit (CVE pending) in Paramiko's server mode (**not** client mode) where hostile clients could trick the server into thinking they |