Skip to content

Commit e4b9b2b

Browse files
committed
feat: update Go to 1.23.5
We have just released Go versions 1.23.5 and 1.22.11, minor point releases. These minor releases include 2 security fixes following the security policy: crypto/x509: usage of IPv6 zone IDs can bypass URI name constraints A certificate with a URI which has a IPv6 address with a zone ID may incorrectly satisfy a URI name constraint that applies to the certificate chain. Certificates containing URIs are not permitted in the web PKI, so this only affects users of private PKIs which make use of URIs. Thanks to Juho Forsén of Mattermost for reporting this issue. This is CVE-2024-45341 and Go issue https://go.dev/issue/71156. net/http: sensitive headers incorrectly sent after cross-domain redirect The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com. In the event that the client received a subsequent same-domain redirect, however, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization header to b.com/2. Thanks to Kyle Seely for reporting this issue. This is CVE-2024-45336 and Go issue https://go.dev/issue/70530. View the release notes for more information: https://go.dev/doc/devel/release#go1.23.5 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 46f08e6 commit e4b9b2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Pkgfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ vars:
3232
make_sha512: 145260cbd6a8226cef3dfef0c8baba31847beaebc7e6b65d39d02715fd4f4cab9b139b6c3772e550088d4f9ae80c6d3ed20b9a7664c693644dfb96b4cb60e67c
3333

3434
# renovate: datasource=github-tags extractVersion=^go(?<version>.*)$ depName=golang/go
35-
golang_version: 1.23.4
36-
golang_sha256: ad345ac421e90814293a9699cca19dd5238251c3f687980bbcae28495b263531
37-
golang_sha512: 5d1cce76b2cbdf628f86a1a8185a07f362becee053cb4270281520e77b36e3908faeaf5b2a6266e61dec9866dc1f3791f77e8dc1bf5f8beaf858c138d0e18c22
35+
golang_version: 1.23.5
36+
golang_sha256: a6f3f4bbd3e6bdd626f79b668f212fbb5649daf75084fb79b678a0ae4d97423b
37+
golang_sha512: b04317afeab2d0ced7c36b8682dd32ac085d95d874cf3f614daa34859d7f7f2b75138132e7a64e237c6b4d711d5b03a4d20533f92a44840915630f4ea7cfafa2
3838

3939
# renovate: datasource=git-tags depName=https://gitlab.inria.fr/mpc/mpc.git
4040
mpc_version: 1.3.1

0 commit comments

Comments
 (0)