Update module github.com/pkg/sftp to v1.13.11 #5
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/github.com-pkg-sftp-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.13.10→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: https://github.com/pkg/sftp/compare/v1.13.10...v1.13.11
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.