Skip to content

Commit 1c32094

Browse files
authored
Merge pull request kubernetes#129258 from skitt/securejoin-0.3.5
Bump filepath-securejoin to 0.3.5
2 parents c4358f3 + 68ab918 commit 1c32094

File tree

6 files changed

+21
-8
lines changed

6 files changed

+21
-8
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/coreos/go-oidc v2.2.1+incompatible
2626
github.com/coreos/go-systemd/v22 v22.5.0
2727
github.com/cpuguy83/go-md2man/v2 v2.0.4
28-
github.com/cyphar/filepath-securejoin v0.3.4
28+
github.com/cyphar/filepath-securejoin v0.3.5
2929
github.com/distribution/reference v0.6.0
3030
github.com/docker/go-units v0.5.0
3131
github.com/emicklei/go-restful/v3 v3.11.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
204204
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
205205
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
206206
github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
207-
github.com/cyphar/filepath-securejoin v0.3.4 h1:VBWugsJh2ZxJmLFSM06/0qzQyiQX2Qs0ViKrUAcqdZ8=
208-
github.com/cyphar/filepath-securejoin v0.3.4/go.mod h1:8s/MCNJREmFK0H02MF6Ihv1nakJe4L/w3WZLHNkvlYM=
207+
github.com/cyphar/filepath-securejoin v0.3.5 h1:L81NHjquoQmcPgXcttUS9qTSR/+bXry6pbSINQGpjj4=
208+
github.com/cyphar/filepath-securejoin v0.3.5/go.mod h1:edhVd3c6OXKjUmSrVa/tGJRS9joFTxlslFCAyaxigkE=
209209
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
210210
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
211211
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

vendor/github.com/cyphar/filepath-securejoin/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cyphar/filepath-securejoin/VERSION

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cyphar/filepath-securejoin/mkdir_linux.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ github.com/coreos/go-systemd/v22/util
103103
# github.com/cpuguy83/go-md2man/v2 v2.0.4
104104
## explicit; go 1.11
105105
github.com/cpuguy83/go-md2man/v2/md2man
106-
# github.com/cyphar/filepath-securejoin v0.3.4
106+
# github.com/cyphar/filepath-securejoin v0.3.5
107107
## explicit; go 1.21
108108
github.com/cyphar/filepath-securejoin
109109
# github.com/davecgh/go-spew v1.1.1

0 commit comments

Comments
 (0)