mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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.
4 lines
128 B
Plaintext
4 lines
128 B
Plaintext
```release-note:security
|
|
build: Updated Go to 1.22.4 to address Go stdlib vulnerabilities CVE-2024-24789 and CVE-2024-24790
|
|
```
|