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 | 255568dde3f3783994a0c606ddfde0448ad5954d (patch) | |
tree | 31763265f32c3ac243c1b7c2bcf227ee1aba4e6d /sites/www | |
parent | cb632613ed4006820fc26d5fd237f2bbebf11318 (diff) | |
parent | a48c8fe45fb1d171846fa8286254bdf039dd7f1a (diff) |
Merge branch '2.0' into 2.1
Diffstat (limited to 'sites/www')
-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 6cfcc079..4b7544fe 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -5,9 +5,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 |