fix(deps): update bump-dependencies#112
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate.bump-dependencies
branch
from
July 8, 2026 06:45
46da6c9 to
11c506a
Compare
renovate
Bot
force-pushed
the
renovate.bump-dependencies
branch
2 times, most recently
from
July 8, 2026 20:03
e2c20da to
cc0ffde
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.bump-dependencies
branch
17 times, most recently
from
July 15, 2026 21:02
c1dedbd to
0c78737
Compare
renovate
Bot
force-pushed
the
renovate.bump-dependencies
branch
7 times, most recently
from
July 18, 2026 22:58
f64f186 to
d62ed2a
Compare
renovate
Bot
force-pushed
the
renovate.bump-dependencies
branch
5 times, most recently
from
July 21, 2026 01:20
06f1ebd to
7ef4398
Compare
renovate
Bot
force-pushed
the
renovate.bump-dependencies
branch
from
July 22, 2026 13:59
7ef4398 to
8e195fa
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:
e29d76a→7a93ee9v1.13.10→v1.13.11v0.53.0→v0.54.0v0.46.0→v0.47.0v0.44.0→v0.45.07381333→c29847721a3d83→4299bbeRelease 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
Configuration
📅 Schedule: (UTC)
* * * * 3)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.