Skip to content

Commit fc3aecc

Browse files
nsmbotNSMBot
andauthored
Update go.mod and go.sum to latest version from networkservicemesh/cmd-lb-vl3-vpp@main (#13827)
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> Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
1 parent 3a10f2c commit fc3aecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/vl3-lb/lb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: lb
18-
image: ghcr.io/networkservicemesh/ci/cmd-lb-vl3-vpp:ddcaaf0
18+
image: ghcr.io/networkservicemesh/ci/cmd-lb-vl3-vpp:85aad5c
1919
imagePullPolicy: IfNotPresent
2020
env:
2121
- name: SPIFFE_ENDPOINT_SOCKET

0 commit comments

Comments
 (0)