1
0
Fork 0
mirror of https://github.com/imjasonh/fuzz synced 2026-07-06 22:52:48 +00:00
No description
Find a file
2022-03-19 04:39:56 -04:00
.github/workflows Use go 1.18 2022-03-19 04:39:56 -04:00
fuzz_test.go add k8s label selector parsing 2022-03-12 07:47:55 -05:00
go.mod add k8s label selector parsing 2022-03-12 07:47:55 -05:00
go.sum add k8s label selector parsing 2022-03-12 07:47:55 -05:00
README.md cancel in progress, add README 2022-01-03 13:17:38 -05:00

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.