oss-fuzz/projects/dng_sdk
Dongge Liu 7e66453383
Make `Centipede` a default fuzzing engine (#10109)
1. Add `centipede` to `DEFAULT_ENGINES`.
2. Remove the `fuzzing_engines` attribute from `project.yaml`s if
redundant (i.e., all default engines are included in that YAML file).
3. Temporarily disable `centipede` on `c`/`c++` projects that previously
use all `DEFAULT_ENGINES` (200 projects did not specify
`fuzzing_engines` in `project.yaml`) so that we can gradually enable
centipede later them later.
2023-04-21 09:48:45 +10:00
..
Dockerfile dng_sdk: extend with more seeds (#6796) 2021-11-08 11:23:44 +00:00
build.sh dng_sdk: new camera profile fuzzer and extensions of stage fuzzer (#6812) 2021-11-10 18:14:10 +00:00
dng_camera_profile_fuzzer.cpp dng_sdk: catch exceptions in camera profile (#6846) 2021-11-17 23:25:02 +00:00
dng_fixed_validate_fuzzer.cpp dng_sdk: improve fuzzers (#6621) 2021-10-20 14:27:49 +00:00
dng_stage_fuzzer.cpp dng_sdk: extend stage fuzzer (#6897) 2021-11-24 16:51:40 +00:00
dng_validate_fuzzer.cpp dng_sdk: add fuzzer for validate target (#6611) 2021-10-18 20:58:46 +00:00
project.yaml Make `Centipede` a default fuzzing engine (#10109) 2023-04-21 09:48:45 +10:00