Skip to content

Chore(deps): Bump asyncssh from 2.19.0 to 2.23.1 in /ingestion - #69

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

Chore(deps): Bump asyncssh from 2.19.0 to 2.23.1 in /ingestion#69
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/ingestion/asyncssh-2.23.1

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps asyncssh from 2.19.0 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.19.0 to 2.23.1.
- [Changelog](https://github.com/ronf/asyncssh/blob/develop/docs/changes.rst)
- [Commits](ronf/asyncssh@v2.19.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>
@github-actions

Copy link
Copy Markdown

Hi there 👋 Thanks for your contribution!

The OpenMetadata team will review the PR shortly! Once it has been labeled as safe to test, the CI workflows
will start executing and we'll be able to make sure everything is working as expected.

Let us know if you need any help!

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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants