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

ci: bump go #3032

Merged
merged 1 commit into from
Jul 3, 2024
Merged

ci: bump go #3032

merged 1 commit into from
Jul 3, 2024

Conversation

rahulguptajss
Copy link
Contributor

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/http@go1.22.4
Fixed in: net/http@go1.22.5
Example traces found:
Error: #1: cmd/poller/poller.go:1117:31: poller.Poller.publishDetails calls http.Client.CloseIdleConnections
Error: #2: cmd/exporters/influxdb/influxdb.go:211:32: influxdb.InfluxDB.Emit calls http.Client.Do
Error: #3: cmd/harvest/version/version.go:105:25: version.latestRelease calls http.Client.Get
Error: #4: cmd/tools/doctor/compareZapiRest.go:46:23: doctor.fetchMetrics calls http.Get
Error: #5: cmd/tools/rest/client.go:285:43: rest.downloadSwagger calls httputil.DumpRequestOut, which calls http.Transport.CloseIdleConnections
Error: #6: cmd/tools/rest/client.go:285:43: rest.downloadSwagger calls httputil.DumpRequestOut, which calls http.Transport.RoundTrip

Your code is affected by 1 vulnerability from the Go standard library.

@rahulguptajss rahulguptajss merged commit 5dbebfc into main Jul 3, 2024
6 checks passed
@rahulguptajss rahulguptajss deleted the rg2-bump-go branch July 3, 2024 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants