Skip to content

build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0#978

Merged
dependabot[bot] merged 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/sync-0.16.0
Jul 10, 2025
Merged

build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0#978
dependabot[bot] merged 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/sync-0.16.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2025

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/sync from 0.15.0 to 0.16.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.15.0 to 0.16.0.
- [Commits](golang/sync@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 9, 2025
@dependabot dependabot Bot added the go Pull requests that update Go code label Jul 9, 2025
@dependabot
dependabot Bot requested a review from Wwwsylvia as a code owner July 9, 2025 20:14
@codecov

codecov Bot commented Jul 9, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.81%. Comparing base (be7be05) to head (aef0469).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #978      +/-   ##
==========================================
+ Coverage   81.76%   81.81%   +0.04%     
==========================================
  Files          64       64              
  Lines        6125     6125              
==========================================
+ Hits         5008     5011       +3     
+ Misses        787      785       -2     
+ Partials      330      329       -1     

☔ View full report in Codecov by Sentry.
📢 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.

@TerryHowe TerryHowe left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

/lgtm

@Wwwsylvia Wwwsylvia left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@Wwwsylvia

Copy link
Copy Markdown
Member

@dependabot merge

@dependabot
dependabot Bot merged commit 53ac56a into main Jul 10, 2025
9 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/golang.org/x/sync-0.16.0 branch July 10, 2025 01:26
This was referenced May 31, 2026
TerryHowe added a commit that referenced this pull request Jun 3, 2026
This is a security patch release addressing five advisories in the
authentication, remote, and content layers, plus accumulated bug fixes
and maintenance since v2.6.0.

## Security Fixes

- Drop the `Authorization` header on cross-origin redirects to prevent
origin credentials leaking to a redirect target on a different
scheme/port of the same host
([GHSA-vh4v-2xq2-g5cg](GHSA-vh4v-2xq2-g5cg))
- Validate the bearer `realm` host before sending credentials to prevent
credential exfiltration to an attacker-controlled token service,
including TLS downgrades and IP-literal metadata endpoints; adds
`TrustedRealmHosts`
([GHSA-28r5-37g7-p6mp](https://github.com/oras-project/oras-go/security/advisories/GHSA-28r5-37g7-p6mp),
[GHSA-xf85-363p-868w](GHSA-xf85-363p-868w))
- Validate the `Location` host before blob upload to prevent credentials
being forwarded to a cross-host upload endpoint (SSRF / CWE-918) (#1152,
[GHSA-jxpm-75mh-9fp7](GHSA-jxpm-75mh-9fp7))
- Reject descriptor sizes exceeding 32 MiB in `content.ReadAll` to
prevent a crafted OCI layout from triggering a `makeslice` panic and
crashing the process (#1153,
[GHSA-f36w-mj3v-6jqv](https://github.com/oras-project/oras-go/security/advisories/GHSA-f36w-mj3v-6jqv))
- Resolve symlinks when enforcing the `workingDir` write boundary in
`content/file`, blocking writes that escape the boundary via a symlinked
path component when `AllowPathTraversalOnWrite=false`

## Bug Fixes

- `graph.Memory` should use digest as map key (#1095)
- Fix credentials key for the Docker `registry-1` host (#966)
- Support an empty credentials file (#959)

## Other Changes

- Add GitOps release workflow with goreleaser (#1161)
- Shift the Go support window to [1.24, 1.25] (#991)
- Run `go modernize` (#1005)
- Sync `CODEOWNERS` and `OWNERS.md` from main to v2 (#1122)
- Remove scripts reference from the Makefile (#960)
- Bump `golang.org/x/sync` 0.14.0 → 0.20.0 (#971, #978, #1001, #1037,
#1078, #1121)
- Bump GitHub Actions: `actions/checkout` 4→5 (#989), `actions/setup-go`
5→6 (#998), `actions/stale` 9→10 (#997), `github/codeql-action` 3→4
(#1016)

Signed-off-by: Terry Howe <terrylhowe@gmail.com>
@TerryHowe TerryHowe mentioned this pull request Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants