Pull request 1864: upd-go

Merge in DNS/adguard-home from upd-go to master

Squashed commit of the following:

commit 688019427edac3346bbf49bb3d58a5df3c4f30d6
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Wed Jun 7 18:19:17 2023 +0300

    all: upd go, deps, tools
This commit is contained in:
Ainar Garipov
2023-06-07 19:18:23 +03:00
parent d6fe0bd740
commit 367b319f10
10 changed files with 81 additions and 71 deletions

View File

@@ -23,6 +23,12 @@ See also the [v0.107.30 GitHub milestone][ms-v0.107.30].
NOTE: Add new changes BELOW THIS COMMENT.
-->
### Security
- Go version has been updated to prevent the possibility of exploiting the
CVE-2023-29402, CVE-2023-29403, and CVE-2023-29404 Go vulnerabilities fixed in
[Go 1.19.10][go-1.19.10].
### Added
- The ability to edit rewrite rules via `PUT /control/rewrite/update` HTTP API
@@ -43,6 +49,8 @@ NOTE: Add new changes BELOW THIS COMMENT.
[#1577]: https://github.com/AdguardTeam/AdGuardHome/issues/1577
[#5716]: https://github.com/AdguardTeam/AdGuardHome/issues/5716
[go-1.19.10]: https://groups.google.com/g/golang-announce/c/q5135a9d924/m/j0ZoAJOHAwAJ
<!--
NOTE: Add new changes ABOVE THIS COMMENT.
-->