Update from update/networkservicemesh/cmd-lb-vl3-vpp - #13827
Merged
Conversation
…d-lb-vl3-vpp@main PR link: networkservicemesh/cmd-lb-vl3-vpp#171 Commit: 85aad5c Author: Network Service Mesh Bot Date: 2026-09-04 07:29:45 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#171) PR link: networkservicemesh/sdk-vpp#927 Commit: 37eee05 Author: Network Service Mesh Bot Date: 2026-09-04 07:26:17 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#927) PR link: networkservicemesh/sdk-kernel#750 Commit: 3089b4d Author: Network Service Mesh Bot Date: 2026-09-04 07:22:27 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#750) PR link: networkservicemesh/sdk#1760 Commit: 572d69f Author: Laszlo Kiraly Date: 2026-09-04 14:19:49 +0200 Message: - Fix golangci-lint gosec G304 in recvfd fd_leak_test (#1760) Resolve the gosec G304 ("Potential file inclusion via variable") finding in pkg/registry/common/recvfd/fd_leak_test.go by wrapping the constructed path in filepath.Clean before os.Open. The path is already built from a controlled directory and sanitized input, so this is a defensive change to satisfy the linter without altering behavior. Assisted-by AI assistant Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
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.
Update go.mod and go.sum to latest version from networkservicemesh/cmd-lb-vl3-vpp@main
PR link: networkservicemesh/cmd-lb-vl3-vpp#171
Commit: 85aad5c
Author: Network Service Mesh Bot
Date: 2026-09-04 07:29:45 -0500
Message:
PR link: Update from update/networkservicemesh/sdk-kernel sdk-vpp#927
Commit: 37eee05
Author: Network Service Mesh Bot
Date: 2026-09-04 07:26:17 -0500
Message:
PR link: Update from update/networkservicemesh/sdk sdk-kernel#750
Commit: 3089b4d
Author: Network Service Mesh Bot
Date: 2026-09-04 07:22:27 -0500
Message:
PR link: Fix golangci-lint gosec G304 and align config go version sdk#1760
Commit: 572d69f
Author: Laszlo Kiraly
Date: 2026-09-04 14:19:49 +0200
Message:
- Fix golangci-lint gosec G304 in recvfd fd_leak_test (# 1760)
Resolve the gosec G304 ("Potential file inclusion via variable") finding
in pkg/registry/common/recvfd/fd_leak_test.go by wrapping the constructed
path in filepath.Clean before os.Open. The path is already built from a
controlled directory and sanitized input, so this is a defensive change
to satisfy the linter without altering behavior.
Assisted-by AI assistant