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
Oliver Chang d6022d14da
Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
DavidKorczynski 4d85eef7fe
libphone number: enable AFL. (#5143) 2021-02-10 09:08:56 -08:00
Abhishek Arya 1d5a2cd84e
Fill in main_repo for several projects. (#4816)
* Fill in main_repo for several projects.

* Add some go repos.
2020-12-09 21:52:40 -08:00
Abhishek Arya 583bd2b3c3
Update project.yaml 2020-11-17 10:03:03 -08:00
DavidKorczynski 2d0251ce65
[libphonenumber] Initial integration (#4629)
* [libphonenumber] Initial integration

* Fixed coverage build of libphonenumber.

* Fix build of libphonenumber.

* Trying to fix coverage build. Cannot replicate CI issue locally, however.
2020-11-17 09:51:47 -08:00