diff options
| author | James O'Doherty <james@theodohertyfamily.com> | 2026-05-22 10:46:02 -0400 |
|---|---|---|
| committer | James O'Doherty <james@theodohertyfamily.com> | 2026-05-22 10:46:02 -0400 |
| commit | 9131b0004e7c640cc028179e1d049a4c62210d94 (patch) | |
| tree | 7efb5612b61240105851cb5d8ac8f05263644db4 /tests/e2e/testdata/fuzz | |
| parent | 401683a6b11e5a7810c949147a12f2c4bbfba48a (diff) | |
Security hardening: prevent shell injection and null-byte crashes, implement 8-bit clean argument fuzzing and portable E2E binary discovery
Diffstat (limited to 'tests/e2e/testdata/fuzz')
| -rw-r--r-- | tests/e2e/testdata/fuzz/FuzzArgumentIntegrity/4316c263ab833860 | 2 | ||||
| -rw-r--r-- | tests/e2e/testdata/fuzz/FuzzArgumentIntegrity/771e938e4458e983 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/e2e/testdata/fuzz/FuzzArgumentIntegrity/4316c263ab833860 b/tests/e2e/testdata/fuzz/FuzzArgumentIntegrity/4316c263ab833860 new file mode 100644 index 0000000..4a4e8b6 --- /dev/null +++ b/tests/e2e/testdata/fuzz/FuzzArgumentIntegrity/4316c263ab833860 @@ -0,0 +1,2 @@ +go test fuzz v1 +string("\xd7") diff --git a/tests/e2e/testdata/fuzz/FuzzArgumentIntegrity/771e938e4458e983 b/tests/e2e/testdata/fuzz/FuzzArgumentIntegrity/771e938e4458e983 new file mode 100644 index 0000000..ee3f339 --- /dev/null +++ b/tests/e2e/testdata/fuzz/FuzzArgumentIntegrity/771e938e4458e983 @@ -0,0 +1,2 @@ +go test fuzz v1 +string("0") |
