Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update to go1.22.4 #23172

Merged
merged 1 commit into from
Jun 5, 2024
Merged

build: update to go1.22.4 #23172

merged 1 commit into from
Jun 5, 2024

Conversation

tgross
Copy link
Member

@tgross tgross commented Jun 4, 2024

Update Go toolchain to 1.22.4, which addresses two vulnerabilities in the Go stdlib.

  • CVE-2024-24789: impacts handling of certain types of invalid zip files, which could be exploited to create a zip file with unexpected contents. This could potentially impact Nomad users of artifact blocks who download untrusted artifacts.
  • CVE-2024-24790: impacts parsing of IPv4-mapped IPv6 addresses.

Update Go toolchain to 1.22.4, which addresses two vulnerabilities in the Go
stdlib.

* CVE-2024-24789: impacts handling of certain types of invalid zip files, which
  could be exploited to create a zip file with unexpected contents. This could
  potentially impact Nomad users of `artifact` blocks who download untrusted
  artifacts.
* CVE-2024-24790: impacts parsing of IPv4-mapped IPv6 addresses.
Copy link
Collaborator

@dduzgun-security dduzgun-security 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 a lot for taking care of that

Copy link
Member

@gulducat gulducat left a comment

Choose a reason for hiding this comment

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

👍

@tgross tgross added backport/ent/1.6.x+ent Changes are backported to 1.6.x+ent backport/ent/1.7.x+ent Changes are backported to 1.7.x+ent backport/ent/1.8.x+ent Changes are backported to 1.8.x+ent backport/1.8.x backport to 1.8.x release line theme/build-infrastructure theme/security labels Jun 4, 2024
@tgross tgross merged commit c99428d into main Jun 5, 2024
37 checks passed
@tgross tgross deleted the go1.22.4 branch June 5, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/ent/1.6.x+ent Changes are backported to 1.6.x+ent backport/ent/1.7.x+ent Changes are backported to 1.7.x+ent backport/ent/1.8.x+ent Changes are backported to 1.8.x+ent backport/1.8.x backport to 1.8.x release line theme/build-infrastructure theme/security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants