build(deps): bump oras.land/oras-go/v2 from 2.6.0 to 2.6.2 in /native - #420
Merged
manusa merged 1 commit intoAug 31, 2026
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/go_modules/native/oras.land/oras-go/v2-2.6.2
branch
2 times, most recently
from
August 31, 2026 08:22
581ed7b to
96ed21c
Compare
manusa
added a commit
that referenced
this pull request
Aug 31, 2026
RegistryLogin built its registry client with plainHTTP but never passed action.WithPlainHTTPLogin to the login action, so the flag was silently ignored. This worked until oras-go v2.6.1, a security release that stopped forwarding credentials across an HTTPS->HTTP downgrade (GHSA-28r5-37g7-p6mp, GHSA-xf85-363p-868w) - the insecure fallback had been carrying them. The Go and Java OCI tests relied on that same fallback, so they now declare plainHttp explicitly against the plain-HTTP test registry. Also bumps GO_VERSION to 1.26.7: Go 1.25 is out of support and helm.sh/helm/v3 3.21.4 requires go >= 1.26.0. Unblocks #419 and #420. Signed-off-by: Marc Nuri <marc@marcnuri.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Owner
|
@dependabot recreate |
Bumps [oras.land/oras-go/v2](https://github.com/oras-project/oras-go) from 2.6.0 to 2.6.2. - [Release notes](https://github.com/oras-project/oras-go/releases) - [Changelog](https://github.com/oras-project/oras-go/blob/main/RELEASES.md) - [Commits](oras-project/oras-go@v2.6.0...v2.6.2) --- updated-dependencies: - dependency-name: oras.land/oras-go/v2 dependency-version: 2.6.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/native/oras.land/oras-go/v2-2.6.2
branch
from
August 31, 2026 09:24
96ed21c to
adc92e1
Compare
manusa
approved these changes
Aug 31, 2026
manusa
deleted the
dependabot/go_modules/native/oras.land/oras-go/v2-2.6.2
branch
August 31, 2026 09:46
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.
Bumps oras.land/oras-go/v2 from 2.6.0 to 2.6.2.
Release notes
Sourced from oras.land/oras-go/v2's releases.
Commits
105715erelease: v2.6.2 (#1235)31da196Merge commit from forkadab2f2Merge commit from fork948a1dcbuild(deps): bump golang.org/x/sync from 0.21.0 to 0.22.0 (#1242)c463c65fix: prevent hardlink path traversal via process CWD (GHSA-fxhp-mv3v-67qp) (#...91c04abfix(content): bound ReadAll allocation by content, not descriptor size (#1223)314e836fix: bound tag and referrer list pagination to prevent unbounded requests (#1...122e88fbuild(deps): bump golang.org/x/sync from 0.20.0 to 0.21.0 (#1208)47b7c80release: v2.6.1 (#1195)3c2e884Merge commit from fork