update moby/sys dependencies - #77
Merged
Merged
Conversation
* user: prevent possible DoS via unbounded parsing of user and group database files in CVE-2026-61801 / GHSA-mjcv-p78q-w5fw This fixes a similar issue as CVE-2026-47262 in containerd. * user: prevent falling back to looking up numeric usernames and improve handling of numeric user/group to prevent looking up numeric values as usernames. This fixes a similar issue as CVE-2026-46680 in containerd. * user: bump Go to 1.18, modernize full diff: https://github.com/moby/sys/user/compare/v0.4.0...v0.4.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- update minimum go version to go1.18 - mount: MergeTmpfsOptions: use strings.Cut - remove legacy build tags - adjust build-tags for darwin full diff: moby/sys@mount/v0.3.4...mount/v0.3.5 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #77 +/- ##
==========================================
+ Coverage 65.81% 65.96% +0.14%
==========================================
Files 42 42
Lines 2039 2039
==========================================
+ Hits 1342 1345 +3
+ Misses 519 516 -3
Partials 178 178 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
vvoland
approved these changes
Jul 23, 2026
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.
build(deps): github.com/moby/sys/user v0.4.1
database files in CVE-2026-61801 / GHSA-mjcv-p78q-w5fw
This fixes a similar issue as CVE-2026-47262 in containerd.
and improve handling of numeric user/group to prevent looking
up numeric values as usernames.
This fixes a similar issue as CVE-2026-46680 in containerd.
full diff: https://github.com/moby/sys/user/compare/v0.4.0...v0.4.1
build(deps): github.com/moby/sys/mount v0.3.5
full diff: moby/sys@mount/v0.3.4...mount/v0.3.5