Skip to content

Bump asyncssh from 2.21.1 to 2.23.1 - #2434

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/asyncssh-2.23.1
Open

Bump asyncssh from 2.21.1 to 2.23.1#2434
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/asyncssh-2.23.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Bumps asyncssh from 2.21.1 to 2.23.1.

Changelog

Sourced from asyncssh's changelog.

Release 2.23.1 (6 Jun 2026)

  • Fixed an SCP path traversal issue. Thanks go to Jaden Furtado for reporting this issue.

  • Expanded previous fix to block unsafe user substitutions in server config. Thanks go to GitHub user cesabici-bit for reporting this issue.

  • Fixed default value for reuse_address and reuse_port, matching the behaavior of asyncio.create_server(). Thanks go to Alexander Shlemin for reporting the inconsistency.

Release 2.23.0 (8 May 2026)

  • Added support for "Match localnetwork". Thanks go to Théophile Bastian for reporting this new match type, added in OpenSSH 9.4.

  • Enabled support for RSA with SHA-2 signatures in ssh-agent and Pageant. Thanks go to GitHub user Netzvamp for reporting this.

  • Changed MAC algorithm negotiation to be skipped when using AEAD ciphers. Thanks go to GitHub user LilleCarl for reporting this issue and suggesting a potential fix.

  • Improved graceful termination when using ProxyCommand, waiting for the ProxyCommand tunnel to close when cleaning up a connection. Thanks go to Simon Liétar for reporting this issue and helping to investigate possible solutions.

  • Blocked unsafe user substitutions from being used in server config. Thanks go to GitHub user 0xHunSec for reporting this problem and providing reproduction code.

  • Fixed an issue with config evaluation when "Match final" was combined with Hostname directives. Thanks go to GitHub user commonism for reporting this issue and coming up with a reproducible test case and a potential fix.

  • Fixed a resource leak in xauth support. Thanks go to GitHub user taovinci0 for reporting this problem and providing an initial version of a fix.

  • Fixed issue with multi-hop ProxyJump directives in a config file not working correctly. Thanks go to Rémi Benoit for reporting this problem and providing a detailed root cause analysis.

  • Fixed string encoding in SFTPName objects returned by realpath().

... (truncated)

Commits
  • 1b5839f Bump version number up to 2.23.1 and update change log
  • d730803 Fix SCP path traversal issue
  • 3d515ba Expand unsafe username checks in commit 2af2382 to cover more cases
  • a60f863 Add warning about pre-existing links placed in an SFTP chroot
  • 8ca6702 Fix default values for reuse_address and reuse_port
  • 710e7a9 Fix date in change log
  • c060703 Bump version number up to 2.23.0 and update change log
  • 2af2382 Catch unsafe user substitutions in config
  • a9dba89 Fix string encoding in SFTPName objects returned by realpath()
  • d2653a1 Work around import issue introduced in fido2 version 2.2.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [asyncssh](https://github.com/ronf/asyncssh) from 2.21.1 to 2.23.1.
- [Changelog](https://github.com/ronf/asyncssh/blob/develop/docs/changes.rst)
- [Commits](ronf/asyncssh@v2.21.1...v2.23.1)

---
updated-dependencies:
- dependency-name: asyncssh
  dependency-version: 2.23.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 27, 2026
@dependabot
dependabot Bot requested a review from CasperWA as a code owner August 27, 2026 17:12
@dependabot dependabot Bot added the python:uv Pull requests that update python:uv code label Aug 27, 2026
@dependabot
dependabot Bot requested a review from ml-evs as a code owner August 27, 2026 17:12
@codecov

codecov Bot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.37%. Comparing base (5ad3b5d) to head (d154f3c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2434      +/-   ##
==========================================
+ Coverage   90.35%   90.37%   +0.01%     
==========================================
  Files          78       78              
  Lines        5120     5120              
==========================================
+ Hits         4626     4627       +1     
+ Misses        494      493       -1     
Flag Coverage Δ
project 90.37% <ø> (+0.01%) ⬆️
validator 90.37% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants