Skip to content

[release/1.5] Update golang to 1.17.13#7245

Merged
estesp merged 1 commit intocontainerd:release/1.5from
dcantah:1.5-update-go-1.17.13
Aug 2, 2022
Merged

[release/1.5] Update golang to 1.17.13#7245
estesp merged 1 commit intocontainerd:release/1.5from
dcantah:1.5-update-go-1.17.13

Conversation

@dcantah
Copy link
Member

@dcantah dcantah commented Aug 2, 2022

Update Go runtime to 1.17.13 to address CVE-2022-32189.

Full diff:
golang/go@go1.17.12...go1.17.13


From the security announcement:
https://groups.google.com/g/golang-announce/c/YqYYG87xB10

We have just released Go versions 1.18.5 and 1.17.13, minor point
releases.

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

encoding/gob & math/big: decoding big.Float and big.Rat can panic

Decoding big.Float and big.Rat types can panic if the encoded message is
too short.

This is CVE-2022-32189 and Go issue https://go.dev/issue/53871.

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

Update Go runtime to 1.17.13 to address CVE-2022-32189.

Full diff:
golang/go@go1.17.12...go1.17.13

------------------------------------------

From the security announcement:
https://groups.google.com/g/golang-announce/c/YqYYG87xB10

We have just released Go versions 1.18.5 and 1.17.13, minor point
releases.

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

encoding/gob & math/big: decoding big.Float and big.Rat can panic

Decoding big.Float and big.Rat types can panic if the encoded message is
too short.

This is CVE-2022-32189 and Go issue https://go.dev/issue/53871.

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

Signed-off-by: Daniel Canter <dcanter@microsoft.com>
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, thanks!

Copy link
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@mikebrow mikebrow left a comment

Choose a reason for hiding this comment

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

LGTM

@estesp estesp merged commit e71f334 into containerd:release/1.5 Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants