chore: remove scripts reference from Makefile#960
Merged
Conversation
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
TerryHowe
requested review from
SteveLasker,
Wwwsylvia,
sajayantony and
shizhMSFT
as code owners
May 26, 2025 12:48
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #960 +/- ##
=======================================
Coverage 81.71% 81.71%
=======================================
Files 64 64
Lines 6125 6125
=======================================
Hits 5005 5005
Misses 790 790
Partials 330 330 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This was referenced May 31, 2026
Merged
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>
Closed
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.
There is no scripts directory in this project.