From 10bffd89c9954d51f12d6ad1da39cf6e61f029a8 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 5 Apr 2023 16:12:09 +0300 Subject: [PATCH] Pull request 1801: upd-go Merge in DNS/adguard-home from upd-go to master Squashed commit of the following: commit 4d6abc98329c794b5ea3f67447dd69ea8b60205c Author: Ainar Garipov Date: Wed Apr 5 16:07:29 2023 +0300 all: upd go, tools, i18n --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- CHANGELOG.md | 9 ++++++++- bamboo-specs/release.yaml | 6 +++--- bamboo-specs/test.yaml | 2 +- client/src/__locales/tr.json | 2 +- internal/tools/go.mod | 6 +++--- internal/tools/go.sum | 12 ++++++------ scripts/make/go-lint.sh | 2 +- 9 files changed, 25 insertions(+), 18 deletions(-) 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