Commit Graph

9 Commits

Author SHA1 Message Date
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
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Google AutoFuzz Team 8284b6bbdd
[libgd] Add another fuzzer to libgd (#3892) 2020-05-29 20:01:23 +10:00
Lovell Fuller 3c28d2a860
Upgrade lcamtuf.coredump.cx to HTTPS, as it has been (#3527)
accepting only HTTPS connections since approx 14th March.

This allows the builds for guetzli, libjpeg-turbo,
libtiff and libvips to succeed again.
2020-03-20 07:50:16 -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
Google AutoFuzz Team 699f291c44 [libgd] Add more fileformats to libgd's fuzzer (#2720)
* Add more fileformats to libgd's fuzzer

* Fix some corpus path-related issue
2019-08-20 11:36:06 -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
Christoph M. Becker 130f5327f3 Add myself to the ACL for libgd reports (#1117) 2018-01-26 07:33:35 -08:00
Tim D. Smith 5626381856 Add libgd (#1109)
* [libgd] Add libgd with GIF and TGA fuzzers

* [libgd] Add gif corpus

* use a Googlier email address

* Remove template comments

* Centralize image size constraint

instead of trying to parse each format individually in the fuzzing
target.

* Add BMP fuzzing target

* Add project emails

* Document workaround for image size cap

* Single-source format fuzzers

* Add other built-in formats

* Add libz-dev for gd2 format

* Linker incantation for zlib (thanks Alex!)
2018-01-25 14:45:19 -08:00