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

vendor: golang.org/x/net@v0.23.0 #5

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

corhere
Copy link

@corhere corhere commented Apr 5, 2024

Ostensibly resolves CVE-2023-45288 as reported by sysdig, although runc is not impacted. As demonstrated by the complete lack of change in the vendor/golang.org/x/net subtree and confirmed by govulncheck, the vulnerable code path is unreachable from runc.

$ go get golang.org/x/net@v0.23.0
go: upgraded golang.org/x/net v0.17.0 => v0.23.0
go: upgraded golang.org/x/sys v0.13.0 => v0.18.0

Ostensibly resolves CVE-2023-45288 as reported by sysdig, although runc
is not impacted. As demonstrated by the complete lack of change in the
vendor/golang.org/x/net subtree and confirmed by govulncheck, the
vulnerable code path is unreachable from runc.

    $ go get golang.org/x/net@v0.23.0
    go: upgraded golang.org/x/net v0.17.0 => v0.23.0
    go: upgraded golang.org/x/sys v0.13.0 => v0.18.0

Signed-off-by: Cory Snider <csnider@mirantis.com>
@corhere corhere requested a review from dperny April 5, 2024 14:55
@corhere corhere merged commit 691b127 into Mirantis:release-1.1-m Apr 15, 2024
@corhere corhere deleted the bump-xnet-0.23 branch April 15, 2024 16:22
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.

2 participants