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.
* [teleport] Initial integration
* Minor update to run tests again
* [pidgin] Initial integration
* Refactoring
* add a utils fuzzer.
* fix fuzzer name.
* extend utils fuzzer.
* further extend utils fuzzer.
* updated the pidgin utils fuzzer.
* add my email to the proejct list.
* Improve xml fuzzer
* Clean up
* update utils fuzzer to target more markup functions.
* use latest version of pidgin.
* updated the build script.
Co-authored-by: davkor <david@adalogics.com>