forked from pool/python-asyncssh
- update to 2.14.1:
* Hardened AsyncSSH state machine against potential message
injection attacks, described in more detail in
`CVE-2023-46445 and CVE-2023-46446
* Added support for passing in a regex in readuntil in
SSHReader,
* Added support for get_addresses() and get_port() methods on
* SSHAcceptor.
* Fixed an issue with AsyncFileWriter potentially writing data
* out of order.
* Updated testing to include Python 3.12.
* Updated readthedocs integration to use YAML config file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncssh?expand=0&rev=51
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 12:34:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.14.1:
|
||||
* Hardened AsyncSSH state machine against potential message
|
||||
injection attacks, described in more detail in
|
||||
`CVE-2023-46445 and CVE-2023-46446
|
||||
* Added support for passing in a regex in readuntil in
|
||||
SSHReader,
|
||||
* Added support for get_addresses() and get_port() methods on
|
||||
* SSHAcceptor.
|
||||
* Fixed an issue with AsyncFileWriter potentially writing data
|
||||
* out of order.
|
||||
* Updated testing to include Python 3.12.
|
||||
* Updated readthedocs integration to use YAML config file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 5 09:42:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user