deps: update go to 1.24.11 and selinux#1224
Open
rollandf wants to merge 1 commit intocontainernetworking:mainfrom
Open
deps: update go to 1.24.11 and selinux#1224rollandf wants to merge 1 commit intocontainernetworking:mainfrom
rollandf wants to merge 1 commit intocontainernetworking:mainfrom
Conversation
Fix several CVES reported by govulncheck Signed-off-by: Fred Rolland <frolland@nvidia.com>
almaslennikov
approved these changes
Jan 13, 2026
|
I am not a maintainer here, but the go version you are referencing is a minimum requirement. It should not be changed to circumvent stdlib vulns. The correct process is to build the binaries you require with the higher version of go present on your machine. To add to the vulns conversation.. I was originally looking here to better understand the release process the repo is using to overcome the same issues as the go stdlib has CVE(s) for 1.25.4 as well. ( The version the current release used )
If possible, it would be nice to introduce some minor changes/automation to alleviate the above. Dependbot takes care of the selinux issue #1215, but the release cadence wouldn't allow us to see it for quite some time... |
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.
Fix several CVES reported by govulncheck
With this change:
Before this change: