Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go: update github.com/cyphar/filepath-securejoin to v0.3.4 #4430

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

cyphar
Copy link
Member

@cyphar cyphar commented Oct 9, 2024

This includes a fix to avoid doing import "testing" in non-_test.go code.

Upstream changelog:

github.com/cyphar/filepath-securejoin v0.3.4

This release primarily includes a fix that blocked using
filepath-securejoin in Kubernetes.

- Previously, some testing mocks we had resulted in us doing import "testing"
  in non-_test.go code, which made some downstreams like Kubernetes unhappy.
  This has been fixed. (#32)

Thanks to all of the contributors who made this release possible:

 * Aleksa Sarai <[email protected]>
 * Stephen Kitt <[email protected]>

Signed-off-by: Aleksa Sarai <[email protected]>

Signed-off-by: Aleksa Sarai [email protected]

This includes a fix to avoid doing import "testing" in non-_test.go
code.

Signed-off-by: Aleksa Sarai <[email protected]>
@lifubang lifubang merged commit 8bf5f0d into opencontainers:main Oct 9, 2024
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants