Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moby/moby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v26.1.1
Choose a base ref
...
head repository: moby/moby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v26.1.2
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on May 8, 2024

  1. update to go1.21.10

    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 <pawel.gronowski@docker.com>
    (cherry picked from commit 6c97e0e)
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed May 8, 2024
    Configuration menu
    Copy the full SHA
    10739af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47806 from vvoland/v26.1-47805

    [26.1 backport] update to go1.21.10
    vvoland authored May 8, 2024
    Configuration menu
    Copy the full SHA
    ef1912d View commit details
    Browse the repository at this point in the history
Loading