Commit Graph

13 Commits

Author SHA1 Message Date
jonathanmetzman dd2dc162c5
Disable dataflow builds for projects that have enabled it. (#7968)
* Disable dataflow builds for projects that have enabled it.

Related: https://github.com/google/oss-fuzz/issues/7963

* fix openjpeg

* fix
2022-07-07 13:27:39 +02: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
Ravi Jotwani 398fd1cf83
[libexif] Add new fuzzer (#4045)
* added draco integration files

* wrote build file and Dockerfile for Draco

* added new fuzzer, placed license header in existing fuzzer
2020-07-13 21:48:31 -07: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
Abhishek Arya e8ffee4077
Update project.yaml 2020-06-22 08:02:59 -07:00
Max Moroz e6a5e0a666
[honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591). (#3609)
* [honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591).

* rename fuzzing puzzles target
2020-04-09 13:47:54 -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
Marcus Meissner 1e9cae0bdf
[libexif] also fuzz exif makernotes (#2913)
* also fuzz makernotes

* add me as secondary libexif helper

* libexif new test adjusted after review, also use same indentstyle
2020-01-28 14:26:04 -08:00
Max Moroz 6922697fa1
[libexif] Fix build.sh script to avoid failing on mkdir command, 2019-08-09 10:46:19 -07:00
Max Moroz ee4bb3f62c Enable dataflow for 9 projects written in C (#1632). 2019-06-28 13:59:03 -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
Dan Fandrich 3186884b0f libexif: Add JPG files used by libexif tests to the corpus (#1596)
These are chosen to exercise many of the MakerNote parser variants.
2018-07-04 07:43:30 -07:00
Paul Kehrer 7040f91b3c [libexif] add libexif (#1285)
* add libexif

* make the fuzzer parse a bit more

* review feedback, be less confusing with Data and data vars

* added primary contact
2018-04-03 19:51:30 -07:00