From 622181b88f32dd90ff33726558796fe3b5d75526 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Thu, 9 Mar 2023 13:26:20 +0300 Subject: [PATCH] Pull request 1765: upd-all Merge in DNS/adguard-home from upd-all to master Squashed commit of the following: commit 00363964e808533ef349040e86d89ba2f4a31eb1 Author: Ainar Garipov Date: Thu Mar 9 13:17:06 2023 +0300 all: upd go, i18n, svcs, trackers --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- CHANGELOG.md | 8 ++- bamboo-specs/release.yaml | 6 +- bamboo-specs/test.yaml | 2 +- client/src/__locales/fi.json | 2 +- client/src/__locales/no.json | 1 + client/src/helpers/filters/filters.js | 2 +- client/src/helpers/trackers/trackers.json | 78 ++++++++++++++++++++++- internal/filtering/servicelist.go | 12 +++- scripts/make/go-lint.sh | 2 +- 11 files changed, 102 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84d80f99..be43d704 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ 'name': 'build' 'env': - 'GO_VERSION': '1.19.6' + 'GO_VERSION': '1.19.7' 'NODE_VERSION': '14' 'on': diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cf94cb26..8313cfa8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ 'name': 'lint' 'env': - 'GO_VERSION': '1.19.6' + 'GO_VERSION': '1.19.7' 'on': 'push': diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb59ef4..e113b65a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,11 @@ See also the [v0.107.26 GitHub milestone][ms-v0.107.26]. NOTE: Add new changes BELOW THIS COMMENT. --> +### Security + +- Go version has been updated to prevent the possibility of exploiting the + CVE-2023-24532 Go vulnerability fixed in [Go 1.19.7][go-1.19.7]. + ### Added - The ability to set custom IP for EDNS Client Subnet by using the new @@ -84,7 +89,8 @@ In this release, the schema version has changed from 16 to 17. [#5468]: https://github.com/AdguardTeam/AdGuardHome/issues/5468 [#5515]: https://github.com/AdguardTeam/AdGuardHome/issues/5515 -[rfc3696]: https://datatracker.ietf.org/doc/html/rfc3696 +[go-1.19.7]: https://groups.google.com/g/golang-announce/c/3-TpUx48iQY +[rfc3696]: https://datatracker.ietf.org/doc/html/rfc3696