Skip to content

chore(deps): update asyncssh requirement from >=2.14.0 to >=2.23.1#606

Merged
hellodk merged 4 commits into
masterfrom
dependabot/pip/asyncssh-gte-2.23.1
Jun 9, 2026
Merged

chore(deps): update asyncssh requirement from >=2.14.0 to >=2.23.1#606
hellodk merged 4 commits into
masterfrom
dependabot/pip/asyncssh-gte-2.23.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on asyncssh to permit the latest version.

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 negotation 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 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)

Updates the requirements on [asyncssh](https://github.com/ronf/asyncssh) to permit the latest version.
- [Changelog](https://github.com/ronf/asyncssh/blob/develop/docs/changes.rst)
- [Commits](ronf/asyncssh@v2.14.0...v2.23.1)

---
updated-dependencies:
- dependency-name: asyncssh
  dependency-version: 2.23.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added infra CI/CD, Docker, deployment p3-low Nice to have labels Jun 8, 2026
@dependabot
dependabot Bot requested a review from hellodk as a code owner June 8, 2026 09:27
@dependabot dependabot Bot added infra CI/CD, Docker, deployment p3-low Nice to have labels Jun 8, 2026
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

Coverage Report

83.7% on fleet_platform/services/ (gate: 80%)

Gate passed

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Coverage Report

84.0% on fleet_platform/services/ (gate: 80%)

Gate passed

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Coverage Report

84.0% on fleet_platform/services/ (gate: 80%)

Gate passed

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Coverage Report

84.0% on fleet_platform/services/ (gate: 80%)

Gate passed

@hellodk
hellodk merged commit 23b1e11 into master Jun 9, 2026
10 checks passed
@hellodk
hellodk deleted the dependabot/pip/asyncssh-gte-2.23.1 branch June 9, 2026 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infra CI/CD, Docker, deployment p3-low Nice to have

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant