chore(deps): bump oras.land/oras-go/v2 from 2.6.0 to 2.6.2 - #325
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull Request Overview
This PR updates oras.land/oras-go/v2 to v2.6.2 and golang.org/x/sync to v0.22.0. These updates are critical as they address several security vulnerabilities, including a hardlink path traversal (CVE-2026-50163), SSRF during blob uploads, and multiple credential leakage issues.
Codacy analysis confirms the PR is up to standards, introduces no new quality issues, and successfully resolves five pre-existing issues. No blocking logic flaws or security regressions were identified during the review.
Test suggestions
- Verify successful compilation and build of the project with the updated dependencies.
- Execute existing integration tests that interact with OCI registries or artifact extraction to ensure no regressions.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify successful compilation and build of the project with the updated dependencies.
2. Execute existing integration tests that interact with OCI registries or artifact extraction to ensure no regressions.
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
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>
7bc484e to
4e227c9
Compare
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