Commit Graph

10 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
Oliver Chang 84faf55729
Populate a bunch of main_repo values. (#4815)
Also enforce this for future integrations.
2020-12-10 09:49:27 +11:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
AdamKorcz e0f3ec2b61
Added new fuzzer for augeas project (#3636)
* Added new fuzzer for augeas project

* Added missing license header in fuzzer
2020-04-13 17:20:34 -07:00
AdamKorcz 05b88d555b
[augeas] New fuzzer for Augeas (#3544)
* New fuzzer for Augeas

* Added license header

* fix the copyright year

Co-authored-by: Max Moroz <mmoroz@chromium.org>
2020-03-30 13:15:02 -07:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
jonathanmetzman 3049c50d48
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2019-05-01 11:09:55 -04:00
Abhishek Arya b972525966
Disable MSan due to startup crash (#1375) 2018-05-02 07:14:43 -07:00
Max Moroz 45073322b2 [augeas] Fix fuzz target that was crashing on a startup (fixes #1326). 2018-04-17 14:14:54 -07:00
qiankehan d0d4a360e5 Integrate augeas project to oss-fuzz. (#893) 2017-10-17 22:37:14 -07:00