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

Updated to Go 1.22.5 #63

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Updated to Go 1.22.5 #63

merged 1 commit into from
Jul 9, 2024

Conversation

applejag
Copy link
Member

@applejag applejag commented Jul 9, 2024

govulncheck reports vulnerability:

Vulnerability #1: GO-2024-2963
    Denial of service due to improper 100-continue handling in net/http
  More info: https://pkg.go.dev/vuln/GO-2024-2963
  Standard library
    Found in: net/[email protected]
    Fixed in: net/[email protected]
    Example traces found:
       #1: pkg/newreleases/newreleases.go:258:35: newreleases.NewReleases.ApplyLocalConfig calls newreleases.ProjectsService.Add, which eventually calls http.Client.Do
       #2: pkg/github/appsclient.go:89:36: github.appsClient.GitCredentialsForRepo calls ghinstallation.Transport.Token, which eventually calls http.Transport.RoundTrip

The fix is to update Go to v1.22.5

@applejag applejag requested a review from a team as a code owner July 9, 2024 07:57
@applejag applejag added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 9, 2024
@applejag applejag removed the request for review from a team July 9, 2024 07:57
@applejag applejag self-assigned this Jul 9, 2024
@applejag applejag requested a review from jadolg July 9, 2024 07:57
@applejag applejag merged commit 2708727 into main Jul 9, 2024
6 checks passed
@applejag applejag deleted the chore/go-1.22.5 branch July 9, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant