Add fuzzing infrastructure (#1118)
Fix file/fuzz.go build and docs in Makefile.fuzz Each plugin can add a fuzz.go to join the fuzzing craze. pkg/fuzz/do.go could be made a lot smarter, but is probably good enough for starters. $ make -f Makefile.fuzz <plugin> will build with go-fuzz-build and then execute a go-fuzz run. Each plugin's fuzz run uses a per-plugin directory to store the fuzz data.
Showing
Makefile.fuzz
0 → 100644
plugin/cache/fuzz.go
0 → 100644
plugin/file/fuzz.go
0 → 100644
plugin/pkg/fuzz/do.go
0 → 100644
plugin/proxy/fuzz.go
0 → 100644
plugin/rewrite/fuzz.go
0 → 100644
Please register or sign in to comment