-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 8174632 into backport/goversion/safely-improved-elk
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
```release-note:security | ||
Upgrade to use Go `1.21.8`. This resolves CVEs | ||
[CVE-2024-24783](https://nvd.nist.gov/vuln/detail/CVE-2024-24783) (`crypto/x509`). | ||
[CVE-2023-45290](https://nvd.nist.gov/vuln/detail/CVE-2023-45290) (`net/http`). | ||
[CVE-2023-45289](https://nvd.nist.gov/vuln/detail/CVE-2023-45289) (`net/http`, `net/http/cookiejar`). | ||
[CVE-2024-24785](https://nvd.nist.gov/vuln/detail/CVE-2024-24785) (`html/template`). | ||
[CVE-2024-24784](https://nvd.nist.gov/vuln/detail/CVE-2024-24784) (`net/mail`). | ||
``` | ||
|
||
```release-note:security | ||
Update the Consul Build Go base image to `alpine3.19`. This resolves CVEs | ||
[CVE-2023-52425](https://nvd.nist.gov/vuln/detail/CVE-2023-52425) | ||
[CVE-2023-52426](https://nvd.nist.gov/vuln/detail/CVE-2023-52426) | ||
``` |