mirror of https://github.com/google/oss-fuzz.git
Added kubernetes json fuzz targets (#2967)
This commit is contained in:
parent
ec67fe2530
commit
c3fa4ee6f7
|
@ -35,3 +35,5 @@ function compile_fuzzer {
|
|||
|
||||
compile_fuzzer "yaml" "FuzzSigYaml"
|
||||
compile_fuzzer "yaml" "FuzzYamlV2"
|
||||
compile_fuzzer "json" "FuzzStrictDecode"
|
||||
compile_fuzzer "json" "FuzzNonStrictDecode"
|
||||
|
|
Loading…
Reference in New Issue