Commit Graph

7 Commits

Author SHA1 Message Date
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
jonathanmetzman 439d0bc2c6
Enable centipede on a bunch of projects (#9643) 2023-02-13 14:24:42 -05:00
Dmitry 15ace8b1bc
[boost.json] update the list of dependencies (#8932)
This should fix
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52484
2022-11-05 18:37:38 +00:00
Paul Dreik 2ec94a0ab7
[boost-json] fix coverage build (#6781) 2021-11-05 20:33:55 +00:00
Paul Dreik 900b72e9e5
add upstream author Peter Dimov to cc (#6243) 2021-08-18 15:06:23 -04:00
Paul Dreik ac7bc92356
fix build error ("/out" used instead of "$OUT") (#6221) 2021-08-16 03:10:48 +01:00
Paul Dreik 40f37b1d19
[boost.json] initial submission (#5998)
* initial attempt at fuzzing boost json with oss-fuzz

* use the boost super project master branch

* add mp11 to the list of checked out submodules

* remove leftover copy paste code

* use the boost json develop branch

* add vinnie

* add dmitry
2021-08-13 22:05:40 -07:00