Skip to content

update to go1.21.8#47502

Merged
vvoland merged 1 commit intomoby:masterfrom
vvoland:go-1.21.8
Mar 5, 2024
Merged

update to go1.21.8#47502
vvoland merged 1 commit intomoby:masterfrom
vvoland:go-1.21.8

Conversation

@vvoland
Copy link
Contributor

@vvoland vvoland commented Mar 5, 2024

go1.21.8 (released 2024-03-05) includes 5 security fixes:

View the release notes for more information:
https://go.dev/doc/devel/release#go1.21.8

- What I did

- How I did it

- How to verify it

- Description for the changelog

- Upgrade Go runtime to [1.21.8](https://go.dev/doc/devel/release#go1.21.8).

- A picture of a cute animal (not mandatory but encouraged)

go1.21.8 (released 2024-03-05) includes 5 security fixes

- crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783, https://go.dev/issue/65390)
- net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290, https://go.dev/issue/65383)
- net/http, net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect (CVE-2023-45289, https://go.dev/issue/65065)
- html/template: errors returned from MarshalJSON methods may break template escaping (CVE-2024-24785, https://go.dev/issue/65697)
- net/mail: comments in display names are incorrectly handled (CVE-2024-24784, https://go.dev/issue/65083)

View the release notes for more information:
https://go.dev/doc/devel/release#go1.22.1

- https://github.com/golang/go/issues?q=milestone%3AGo1.21.8+label%3ACherryPickApproved
- full diff: golang/go@go1.21.7...go1.21.8

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@vvoland vvoland marked this pull request as ready for review March 5, 2024 19:57
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vvoland vvoland merged commit 460b4ae into moby:master Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants