v0.1.7 removed spew usage for serializing complex raw logs

This commit is contained in:
2026-07-17 13:51:28 -04:00
parent cd1ff9d4b6
commit 5553aeaec4
3 changed files with 4 additions and 27 deletions
-1
View File
@@ -300,4 +300,3 @@ func TestPolicyShellExtended(t *testing.T) {
assert.Equal(t, "rm-rf", s.Sanitize("rm -rf *"))
assert.Equal(t, "ab", s.Sanitize("a\x00\x1bb")) // control stripped
}