Commit Graph

12 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
DavidKorczynski c91a9f64ee
tidy-html5: add more extensive fuzzing suite. (#6116)
* tidy-html5: add more extensive fuzzing suite.

* tidy-html5: cleanup general fuzzer.

* we need a few more bytes than the size of the array.
2021-07-27 14:46:13 +01:00
DavidKorczynski e138c76bfa
tidy-html5: fix breaking build. (#6059) 2021-07-16 17:07:47 +01:00
Stefan Bucur 4d96eed933
Set the tidy-html5 OSS-Fuzz contact info to @balthisar (#6029)
As per https://github.com/htacg/tidy-html5/issues/788#issuecomment-877266838
2021-07-13 08:10:05 -07: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
Max Moroz 51dd9a02cb
Enable dataflow build config for 22 more projects (#1632). (#3519)
* Enable dataflow build config for 22 more projects (#1632).

* suppress warnings in libteken

* move suppressing DFSAN_OPTIONS to the builder image
2020-03-18 13:12:58 -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
Stefan Bucur 3f97744eab Preserve the original data buffer in the tidy-html5 fuzzer. Currently, the fuzzer makes a null-terminated copy of the buffer, preventing the input from containing null characters. (#2125) 2019-02-01 08:30:43 -08:00
Stefan Bucur 8f46f4deea [tidy-html5] Check out tidy-html5 from the 'next' branch, instead of the default 'master'. The next branch is the one that gets the latest features and fixes in practice. (#2090) 2019-01-16 10:18:52 -08:00
Stefan Bucur b6aefa51cb Integration of tidy-html5 into OSS-Fuzz (#2038)
* Basic skeleton for tidy-html5 OSS-Fuzz integration.

* Added two tidy-html5 fuzzers: One that exercises the HTML parser and one that exercises the configuration file parser.

* Added the copyright headers.

* Clarified why the tidy config fuzzer uses a file interface.
2018-12-19 20:18:01 -08:00