Update module github.com/pkg/sftp to v1.13.11#200
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/github.com-pkg-sftp-1.x
branch
from
March 12, 2025 19:34
87c163c to
3f320f6
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-pkg-sftp-1.x
branch
from
March 25, 2025 17:08
3f320f6 to
011f167
Compare
renovate
Bot
force-pushed
the
renovate/github.com-pkg-sftp-1.x
branch
from
May 9, 2025 16:01
011f167 to
b32d980
Compare
renovate
Bot
force-pushed
the
renovate/github.com-pkg-sftp-1.x
branch
from
May 19, 2025 21:02
c8fbfa9 to
b32d980
Compare
renovate
Bot
force-pushed
the
renovate/github.com-pkg-sftp-1.x
branch
from
September 27, 2025 12:25
c568b0f to
b32d980
Compare
renovate
Bot
force-pushed
the
renovate/github.com-pkg-sftp-1.x
branch
from
October 8, 2025 20:52
df9a13e to
b32d980
Compare
renovate
Bot
force-pushed
the
renovate/github.com-pkg-sftp-1.x
branch
2 times, most recently
from
October 23, 2025 05:45
b32d980 to
865fc72
Compare
renovate
Bot
force-pushed
the
renovate/github.com-pkg-sftp-1.x
branch
2 times, most recently
from
January 28, 2026 05:56
865fc72 to
3609e39
Compare
renovate
Bot
force-pushed
the
renovate/github.com-pkg-sftp-1.x
branch
2 times, most recently
from
March 23, 2026 05:32
3609e39 to
edbe393
Compare
renovate
Bot
force-pushed
the
renovate/github.com-pkg-sftp-1.x
branch
2 times, most recently
from
April 22, 2026 02:46
edbe393 to
720a130
Compare
renovate
Bot
force-pushed
the
renovate/github.com-pkg-sftp-1.x
branch
2 times, most recently
from
May 11, 2026 20:58
720a130 to
94d80e1
Compare
renovate
Bot
force-pushed
the
renovate/github.com-pkg-sftp-1.x
branch
2 times, most recently
from
May 13, 2026 13:02
94d80e1 to
945f2ea
Compare
renovate
Bot
force-pushed
the
renovate/github.com-pkg-sftp-1.x
branch
from
July 12, 2026 18:36
945f2ea to
b66212c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.13.6→v1.13.11Release Notes
pkg/sftp (github.com/pkg/sftp)
v1.13.11: - maintenance releaseCompare 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-suppliedextended_countwithout bounding it against the available bytes. A peer could advertise a hugeextended_countin a small packet and force a multi-gigabyte allocation up front, crashing the process withfatal error: out of memorybefore a single entry was parsed.What's Changed
New Contributors
Full Changelog: pkg/sftp@v1.13.10...v1.13.11
v1.13.10: - maintenance releaseCompare 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 readfromCompare 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 WindowsCompare Source
What's Changed
New Contributors
Full Changelog: pkg/sftp@v1.13.7...v1.13.8
v1.13.7: - z/OS supportCompare Source
What's Changed
New Contributors
Full Changelog: pkg/sftp@v1.13.6...v1.13.7
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.