Skip to content

Bump oras.land/oras-go/v2 to v2.6.2 to remediate CVE-2026-50163#1034

Draft
yxxhero with Copilot wants to merge 2 commits into
masterfrom
copilot/update-oras-go-to-v2-6-2
Draft

Bump oras.land/oras-go/v2 to v2.6.2 to remediate CVE-2026-50163#1034
yxxhero with Copilot wants to merge 2 commits into
masterfrom
copilot/update-oras-go-to-v2-6-2

Conversation

Copilot AI commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

This PR addresses a high-severity vulnerability (CVE-2026-50163) in oras.land/oras-go/v2 by upgrading to the first patched release, v2.6.2. The change is dependency-only and scoped to Go module metadata.

  • Security update

    • Upgraded oras.land/oras-go/v2 from v2.6.1 to v2.6.2 to pull in the hardlink path validation fix described in CVE-2026-50163.
  • Dependency metadata changes

    • Updated go.mod to reference oras.land/oras-go/v2 v2.6.2 (indirect).
    • Updated go.sum with checksums for v2.6.2.
- oras.land/oras-go/v2 v2.6.1 // indirect
+ oras.land/oras-go/v2 v2.6.2 // indirect

Copilot AI changed the title [WIP] Update oras.land/oras-go/v2 to version 2.6.2 Bump oras.land/oras-go/v2 to v2.6.2 to remediate CVE-2026-50163 Jul 21, 2026
Copilot AI requested a review from yxxhero July 21, 2026 09:54
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.

Security: CVE-2026-50163 [HIGH] :: oras.land/oras-go/v2

2 participants