Update Golang + Alpine versions past vulnerabilities#395
Open
lewiscowper wants to merge 1 commit intojtblin:mainfrom
Open
Update Golang + Alpine versions past vulnerabilities#395lewiscowper wants to merge 1 commit intojtblin:mainfrom
lewiscowper wants to merge 1 commit intojtblin:mainfrom
Conversation
Based on the [Alpine](https://alpinelinux.org/posts/Alpine-3.19.9-3.20.8-3.21.5-3.22.2-released.html) release notes: > These updates include security fixes for OpenSSL addressing the September 30, 2025 advisory (CVE-2025-9230, CVE-2025-9231, CVE-2025-9232). And the [Golang](https://groups.google.com/g/golang-announce/c/8FJoBkPddm4/m/kYpVlPw1CQAJ) release notes: > These releases include 2 security fixes following the security policy: > crypto/x509: excessive resource consumption in printing error string for host certificate validation > [...] > This is CVE-2025-61729 and Go issue https://go.dev/issue/76445. > > crypto/x509: excluded subdomain constraint does not restrict wildcard SANs > [...] > This is CVE-2025-61727 and Go issue https://go.dev/issue/76442.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Based on the Alpine release notes:
And the Golang release notes:
Special notes:
Checklist chart
I'm not sure a chart version bump is required until a new release is cut?