From 223ceae802ab8cc1fe174cd389978b0ad15f8c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 19 Dec 2020 17:28:18 +0100 Subject: [PATCH] Update index.md --- content/en/news/0.79.1-relnotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/0.79.1-relnotes/index.md b/content/en/news/0.79.1-relnotes/index.md index ce0ee2ba2..ef90fceaf 100644 --- a/content/en/news/0.79.1-relnotes/index.md +++ b/content/en/news/0.79.1-relnotes/index.md @@ -15,7 +15,7 @@ Windows users who ran `hugo` inside untrusted Hugo sites was affected. The origin of this issue comes from Go, see https://github.com/golang/go/issues/38736 -We have fixed this in Hugo by [using](https://github.com/gohugoio/hugo/commit/4a8267d64a40564aced0695bca05249da17b0eab) a patched version of `exec.LookPath` from https://github.com/cli/safeexec (thanks to [@mislav](https://github.com/mislav)) for the implementation). +We have fixed this in Hugo by [using](https://github.com/gohugoio/hugo/commit/4a8267d64a40564aced0695bca05249da17b0eab) a patched version of `exec.LookPath` from https://github.com/cli/safeexec (thanks to [@mislav](https://github.com/mislav) for the implementation). Thanks to [@Ry0taK](https://github.com/Ry0taK) for the bug report.