Skip to content

update moby/sys dependencies - #77

Merged
vvoland merged 2 commits into
moby:mainfrom
thaJeztah:bump_deps
Jul 23, 2026
Merged

update moby/sys dependencies#77
vvoland merged 2 commits into
moby:mainfrom
thaJeztah:bump_deps

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

build(deps): github.com/moby/sys/user v0.4.1

  • 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

build(deps): github.com/moby/sys/mount v0.3.5

  • 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

* 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>
Copilot AI review requested due to automatic review settings July 23, 2026 13:47

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@codecov-commenter

codecov-commenter commented Jul 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.96%. Comparing base (216738e) to head (7f65ab2).
⚠️ Report is 14 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@thaJeztah
thaJeztah requested a review from vvoland July 23, 2026 13:56
@vvoland
vvoland merged commit 5b4e043 into moby:main Jul 23, 2026
12 checks passed
@thaJeztah
thaJeztah deleted the bump_deps branch July 23, 2026 14:25
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.

4 participants