From f21925ea7419e76149ac64e0f2cb6665379f61ce Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sat, 23 Sep 2023 19:00:54 +0200 Subject: [PATCH] updated filepath-securejoin to v0.2.4 to fix a potential security issue on windows --- src/go.mod | 2 +- src/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/go.mod b/src/go.mod index bf5a8b0..63f9bd4 100644 --- a/src/go.mod +++ b/src/go.mod @@ -4,7 +4,7 @@ go 1.14 require ( github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 - github.com/cyphar/filepath-securejoin v0.2.3 + github.com/cyphar/filepath-securejoin v0.2.4 github.com/gabriel-vasile/mimetype v1.4.2 github.com/gin-gonic/gin v1.9.1 github.com/go-openapi/jsonreference v0.20.2 // indirect diff --git a/src/go.sum b/src/go.sum index 700f57d..2631043 100644 --- a/src/go.sum +++ b/src/go.sum @@ -16,6 +16,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:ma github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/cyphar/filepath-securejoin v0.2.3 h1:YX6ebbZCZP7VkM3scTTokDgBL2TY741X51MTk3ycuNI= github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4= +github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg= +github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=