Skip to content

update to go1.21.10#5064

Merged
vvoland merged 1 commit intodocker:masterfrom
vvoland:update-go
May 8, 2024
Merged

update to go1.21.10#5064
vvoland merged 1 commit intodocker:masterfrom
vvoland:update-go

Conversation

@vvoland
Copy link
Collaborator

@vvoland vvoland commented May 8, 2024

These minor releases include 2 security fixes following the security policy:

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

- Description for the changelog

Update Go runtime to 1.21.10

Signed-off-by: Paweł Gronowski [email protected]

These minor releases include 2 security fixes following the security policy:

- cmd/go: arbitrary code execution during build on darwin
On Darwin, building a Go module which contains CGO can trigger arbitrary code execution when using the Apple version of ld, due to
usage of the -lto_library flag in a "#cgo LDFLAGS" directive.
Thanks to Juho Forsén of Mattermost for reporting this issue.
This is CVE-2024-24787 and Go issue https://go.dev/issue/67119.

- net: malformed DNS message can cause infinite loop
A malformed DNS message in response to a query can cause the Lookup functions to get stuck in an infinite loop.
Thanks to long-name-let-people-remember-you on GitHub for reporting this issue, and to Mateusz Poliwczak for bringing the issue to
our attention.
This is CVE-2024-24788 and Go issue https://go.dev/issue/66754.

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

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

**- Description for the changelog**

```markdown changelog
Update Go runtime to 1.21.10
```

Signed-off-by: Paweł Gronowski <[email protected]>
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.07%. Comparing base (0bdc20e) to head (eb99994).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5064      +/-   ##
==========================================
- Coverage   61.08%   61.07%   -0.01%     
==========================================
  Files         295      295              
  Lines       20670    20670              
==========================================
- Hits        12626    12624       -2     
- Misses       7146     7147       +1     
- Partials      898      899       +1     

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