summaryrefslogtreecommitdiff
path: root/internal/namespace/namespace_test.go
diff options
context:
space:
mode:
authorJames O'Doherty <james@theodohertyfamily.com>2026-05-22 10:46:02 -0400
committerJames O'Doherty <james@theodohertyfamily.com>2026-05-22 10:46:02 -0400
commit9131b0004e7c640cc028179e1d049a4c62210d94 (patch)
tree7efb5612b61240105851cb5d8ac8f05263644db4 /internal/namespace/namespace_test.go
parent401683a6b11e5a7810c949147a12f2c4bbfba48a (diff)
Security hardening: prevent shell injection and null-byte crashes, implement 8-bit clean argument fuzzing and portable E2E binary discovery
Diffstat (limited to 'internal/namespace/namespace_test.go')
-rw-r--r--internal/namespace/namespace_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/namespace/namespace_test.go b/internal/namespace/namespace_test.go
index 10511dd..54e3c93 100644
--- a/internal/namespace/namespace_test.go
+++ b/internal/namespace/namespace_test.go
@@ -6,7 +6,7 @@ import (
"testing"
)
-// We move the complex isolation testing to tests/e2e to avoid
+// We move the complex isolation testing to tests/e2e to avoid
// issues with Go's temporary test binaries and process replacement.
func TestNamespacePackage(t *testing.T) {
t.Skip("Namespace isolation tests moved to tests/e2e")