Skip to content

Update module github.com/pkg/sftp to v1.13.11 - #177

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-pkg-sftp-1.x
Open

Update module github.com/pkg/sftp to v1.13.11#177
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-pkg-sftp-1.x

Conversation

@renovate

@renovate renovate Bot commented May 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/pkg/sftp v1.13.7v1.13.11 age confidence

Release Notes

pkg/sftp (github.com/pkg/sftp)

v1.13.11: - maintenance release

Compare Source

This release bounds an unchecked pre-allocation in the SSH_FILEXFER_ATTRS decoder, updates dependencies, and includes minor code cleanups.

Security/robustness

The attribute decoder (unmarshalFileStat) allocated the extended-attribute slice directly from the wire-supplied extended_count without bounding it against the available bytes. A peer could advertise a huge extended_count in a small packet and force a multi-gigabyte allocation up front, crashing the process with fatal error: out of memory before a single entry was parsed.

What's Changed
New Contributors

Full Changelog: pkg/sftp@v1.13.10...v1.13.11

v1.13.10: - maintenance release

Compare Source

We’ve made a bunch of little fixes here and there, and I imagine the tests alone could benefit from a proper release to various systems automations.

What's Changed

New Contributors

Full Changelog: pkg/sftp@v1.13.9...v1.13.10

v1.13.9: - better Remove errors, short-circuit unsupported fsync, and ReadFull for readfrom

Compare Source

What's Changed

New Contributors

Full Changelog: pkg/sftp@v1.13.8...v1.13.9

v1.13.8: - readAt bug fix and drive enumeration for Windows

Compare Source

What's Changed

New Contributors

Full Changelog: pkg/sftp@v1.13.7...v1.13.8


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update module github.com/pkg/sftp to v1.13.10 Update module github.com/pkg/sftp to v1.13.11 Jul 12, 2026
@renovate

renovate Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.3 -> 1.25.0
golang.org/x/crypto v0.43.0 -> v0.54.0
golang.org/x/text v0.30.0 -> v0.40.0
golang.org/x/net v0.45.0 -> v0.56.0
golang.org/x/sys v0.37.0 -> v0.47.0

@renovate
renovate Bot force-pushed the renovate/github.com-pkg-sftp-1.x branch from 1043e5c to 205001c Compare July 12, 2026 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants