mirror of
https://github.com/gohugoio/hugo.git
synced 2026-03-02 18:23:29 +01:00
We began using the safeexec package in v0.79.1 to address https://github.com/gohugoio/hugo/security/advisories/GHSA-8j34-9876-pvfq. The vulnerability was addressed by the Go team in 1.19, so the safeexec package is no longer needed. Closes #13516