build(deps): bump oras.land/oras-go/v2 from 2.6.0 to 2.6.2 - #735
Merged
Conversation
Closes two high-severity Dependabot advisories with no automated PR: - tar extraction: hardlink entry with relative Linkname escapes extract dir via process CWD resolution - blob upload vulnerable to credential forwarding via unvalidated Location header Pulled in via helm.sh/helm/v3 and marked indirect; Go module resolution allows raising it above what the parent requires. golang.org/x/sync moves 0.20.0 -> 0.22.0 as a requirement of oras-go 2.6.2. Verified with go build, go vet and go test ./pkg/... Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Closes two high-severity Dependabot advisories that had no automated PR, because
oras.land/oras-go/v2is an indirect dependency pulled in viahelm.sh/helm/v3.Linknameescapes extract dir via process CWD resolution<= 2.6.1Locationheader< 2.6.1<= 2.6.1Go module resolution lets an indirect requirement be raised above what the parent declares, so this needs no change to
helm.sh/helm/v3.golang.org/x/syncmoves0.20.0 -> 0.22.0because oras-go 2.6.2 requires it.Diff is 6 insertions / 6 deletions across
go.modandgo.sum.Verification
go build ./...,go vet ./...andgo test ./pkg/...all pass.🤖 Generated with Claude Code