Commit fc3aecc
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments