diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be43d704..55722840 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ 'name': 'build' 'env': - 'GO_VERSION': '1.19.7' + 'GO_VERSION': '1.19.8' 'NODE_VERSION': '14' 'on': diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8313cfa8..8540e4c9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ 'name': 'lint' 'env': - 'GO_VERSION': '1.19.7' + 'GO_VERSION': '1.19.8' 'on': 'push': diff --git a/CHANGELOG.md b/CHANGELOG.md index d23f99bf..ed6d8236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,12 @@ See also the [v0.107.27 GitHub milestone][ms-v0.107.27]. NOTE: Add new changes BELOW THIS COMMENT. --> +### Security + +- Go version has been updated to prevent the possibility of exploiting the + CVE-2023-24534, CVE-2023-24536, CVE-2023-24537, and CVE-2023-24538 Go + vulnerabilities fixed in [Go 1.19.8][go-1.19.8]. + ### Added - The ability to make bootstrap DNS lookups prefer IPv6 addresses to IPv4 ones @@ -146,7 +152,8 @@ In this release, the schema version has changed from 17 to 20. [#5631]: https://github.com/AdguardTeam/AdGuardHome/issues/5631 [#5639]: https://github.com/AdguardTeam/AdGuardHome/issues/5639 -[rfc6761]: https://www.rfc-editor.org/rfc/rfc6761 +[go-1.19.8]: https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8/m/OV40vnafAwAJ +[rfc6761]: https://www.rfc-editor.org/rfc/rfc6761