oss-fuzz
oss-fuzz copied to clipboard
HCL: move build script upstream
The HCL build script is now maintained upstream. Docker base image is also updated to correct base image for Go 1.18 fuzz testing.
What about moving the build script upstream to give you more flexibility to make modifications? See for example how Tesseract does this: https://github.com/google/oss-fuzz/blob/master/projects/tesseract-ocr/build.sh.
Thanks, @AdamKorcz: I've updated accordingly. Work on enabling Go 1.18 fuzz testing can now happen upstream.
Looks good. Let's merge after https://github.com/hashicorp/hcl/pull/554 has landed.
Can you get upstream to merge so we can move on with this?
https://github.com/hashicorp/hcl/pull/554 is merged at last.
Ping me if the tests succeed here please.