Added kubernetes json fuzz targets (#2967)

This commit is contained in:
mwwolters 2019-10-19 07:51:52 -07:00 committed by Abhishek Arya
parent ec67fe2530
commit c3fa4ee6f7
1 changed files with 2 additions and 0 deletions

View File

@ -35,3 +35,5 @@ function compile_fuzzer {
compile_fuzzer "yaml" "FuzzSigYaml"
compile_fuzzer "yaml" "FuzzYamlV2"
compile_fuzzer "json" "FuzzStrictDecode"
compile_fuzzer "json" "FuzzNonStrictDecode"