mirror of
https://github.com/imjasonh/fuzz
synced 2026-07-06 22:52:48 +00:00
No description
| .github/workflows | ||
| fuzz_test.go | ||
| go.mod | ||
| go.sum | ||
| README.md | ||
This repo uses Go fuzzing in Go 1.18 to fuzz Dockerfile parsing in https://pkg.go.dev/github.com/moby/buildkit/frontend/dockerfile/parser#Parse
It's mainly a testbed to play with fuzzing, but who knows, maybe it'll find something interesting.