We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d730803 commit 1b5839fCopy full SHA for 1b5839f
2 files changed
asyncssh/version.py
@@ -26,4 +26,4 @@
26
27
__url__ = 'http://asyncssh.timeheart.net'
28
29
-__version__ = '2.23.0'
+__version__ = '2.23.1'
docs/changes.rst
@@ -3,6 +3,20 @@
3
Change Log
4
==========
5
6
+Release 2.23.1 (6 Jun 2026)
7
+---------------------------
8
+
9
+* Fixed an SCP path traversal issue. Thanks go to Jaden Furtado for
10
+ reporting this issue.
11
12
+* Expanded previous fix to block unsafe user substitutions in server
13
+ config. Thanks go to GitHub user cesabici-bit for reporting this
14
+ issue.
15
16
+* Fixed default value for reuse_address and reuse_port, matching
17
+ the behaavior of asyncio.create_server(). Thanks go to Alexander
18
+ Shlemin for reporting the inconsistency.
19
20
Release 2.23.0 (8 May 2026)
21
---------------------------
22
0 commit comments