Affected by GO-2026-4856
and 3 other vulnerabilities
GO-2026-4856: Cilium L7 proxy may bypass Kubernetes NetworkPolicy for same-node traffic in github.com/cilium/cilium
GO-2026-5400: Cillium exposes sensitive information included in the cilium-bugtool debug archive in github.com/cilium/cilium
GO-2026-5905: Cilium vulnerable to sensitive information disclosure and cluster disruption via local Envoy admin socket access in github.com/cilium/cilium
GO-2026-5914: CiliumLocalRedirectPolicy addressMatcher allows cross-namespace service traffic hijacking and can break service translation in github.com/cilium/cilium
func DeferTerminationCleanupFunction(wg *sync.WaitGroup, ch <-chan struct{}, f func())
DeferTerminationCleanupFunction will execute the given function `f` when the
channel `ch` is closed.
The given waitGroup will be added with a delta +1 and once the function
`f` returns from its execution that same waitGroup will signalize function
`f` is completed.