-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
good-first-issueGood starting point for new developers, which requires minimal understanding of Cilium.Good starting point for new developers, which requires minimal understanding of Cilium.kind/featureThis introduces new functionality.This introduces new functionality.
Description
Cilium adds the golang builtin package "testing" to its production builds, because it is imported by the following non-testing files:
- pkg/endpoint/endpoint.go
- pkg/kvstore/dummy.go*
- pkg/policy/l4.go
- pkg/policy/mapstate.go
The "testing" package does not have any know security vulnerabilities, but it does add weight and surface area to production Cilium. It should be removed.
joestringer and tklauser
Metadata
Metadata
Assignees
Labels
good-first-issueGood starting point for new developers, which requires minimal understanding of Cilium.Good starting point for new developers, which requires minimal understanding of Cilium.kind/featureThis introduces new functionality.This introduces new functionality.
Type
Projects
Status
Done