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

chore: bump net library to v0.23.0 #110

Merged
merged 1 commit into from
Apr 5, 2024
Merged

chore: bump net library to v0.23.0 #110

merged 1 commit into from
Apr 5, 2024

Conversation

rsmitty
Copy link
Member

@rsmitty rsmitty commented Apr 5, 2024

This PR bumps the golang net library. As it stands, you can't build on the latest commit, as make lint will fail during vuln checking because of this.

...
9.472 Vulnerability #1: GO-2024-2687
9.472     HTTP/2 CONTINUATION flood in net/http
9.472   More info: https://pkg.go.dev/vuln/GO-2024-2687
9.472   Module: golang.org/x/net
9.472     Found in: golang.org/x/[email protected]
9.472     Fixed in: golang.org/x/[email protected]
...

This PR bumps the golang net library. As it stands, you can't build on the latest commit, as `make lint` will fail during vuln checking because of this.

```
...
9.472 Vulnerability #1: GO-2024-2687
9.472     HTTP/2 CONTINUATION flood in net/http
9.472   More info: https://pkg.go.dev/vuln/GO-2024-2687
9.472   Module: golang.org/x/net
9.472     Found in: golang.org/x/[email protected]
9.472     Fixed in: golang.org/x/[email protected]
...
```

Signed-off-by: Spencer Smith <[email protected]>
@andrewrynhard
Copy link
Member

Seems simple enough and assuming we trust our tests ... LGTM.

@rsmitty
Copy link
Member Author

rsmitty commented Apr 5, 2024

/m

@talos-bot talos-bot merged commit 9d35dfe into main Apr 5, 2024
18 checks passed
@talos-bot talos-bot deleted the http-version branch April 5, 2024 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants