Skip to content

Commit 68ab918

Browse files
committed
Bump filepath-securejoin to 0.3.5
This release fixes a race in MkdirAll; the latter isn't currently used in k/k, but it seems safer to upgrade to avoid issues if it starts being used. The latest version is 0.3.6 but that only reduces the Go requirements, which isn't relevant for k/k and adds a couple hundred lines of code. Signed-off-by: Stephen Kitt <[email protected]>
1 parent cc03c60 commit 68ab918

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
@@ -206,8 +206,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
206206
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
207207
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
208208
github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
209-
github.com/cyphar/filepath-securejoin v0.3.4 h1:VBWugsJh2ZxJmLFSM06/0qzQyiQX2Qs0ViKrUAcqdZ8=
210-
github.com/cyphar/filepath-securejoin v0.3.4/go.mod h1:8s/MCNJREmFK0H02MF6Ihv1nakJe4L/w3WZLHNkvlYM=
209+
github.com/cyphar/filepath-securejoin v0.3.5 h1:L81NHjquoQmcPgXcttUS9qTSR/+bXry6pbSINQGpjj4=
210+
github.com/cyphar/filepath-securejoin v0.3.5/go.mod h1:edhVd3c6OXKjUmSrVa/tGJRS9joFTxlslFCAyaxigkE=
211211
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
212212
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
213213
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=

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
@@ -106,7 +106,7 @@ github.com/coreos/go-systemd/v22/util
106106
# github.com/cpuguy83/go-md2man/v2 v2.0.4
107107
## explicit; go 1.11
108108
github.com/cpuguy83/go-md2man/v2/md2man
109-
# github.com/cyphar/filepath-securejoin v0.3.4
109+
# github.com/cyphar/filepath-securejoin v0.3.5
110110
## explicit; go 1.21
111111
github.com/cyphar/filepath-securejoin
112112
# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc

0 commit comments

Comments
 (0)