Commit Graph

24 Commits

Author SHA1 Message Date
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
Nikita Popov fd4659b60e
[php] Add execute fuzzer (#4387) 2020-08-28 09:10:07 -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
Nikita Popov 26af5e0e25
[php] Enable unserializehash fuzzer (#4049) 2020-06-30 09:54:25 -07:00
Nikita Popov 2b794d083b
[php] Remove --enable-json (#3899)
JSON is now always compiled in, and cannot be explicitly enabled.
2020-05-29 09:21: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
Nikita Popov 3c39a19366 [php] Enable memory sanitizer (#3141) 2019-12-17 06:59:42 -08:00
Nikita Popov db51e84fc0 [php] Disable object-size sanitizer (#3128)
PHP uses a union which is only allocated to the size of the used
union member, which is apparently incompatible with the object-size
sanitizer. This is really hard for us to fix, so instead disable
the sanitizer.
2019-12-14 05:46:40 -08:00
Nikita Popov 6c14075986 [php] Enable i386 architecture (#2899) 2019-09-29 06:25:34 -07:00
Nikita Popov 09aa9ac556 [php] Enable fuzzer for parser (#2883) 2019-09-24 07:08:09 -07:00
Nikita Popov 5d8994506e [php] Enable unserialize fuzzer (#2871)
* [php] Enable leak detection

* [php] Enable unserialize fuzzer

* [php] Pass -n$(proc) to make
2019-09-20 15:06:06 -07:00
Nikita Popov 88e3c3e420 Switch email address to use gmail (#2842)
Switch auto_ccs entry to my gmail address, as authentication in the bug tracker does not work otherwise.
2019-09-18 07:11:08 -07:00
Stanislav Malyshev 44e7362ff5 fuzzer has been merged into upstream repo, no need to check out extra repo anymore (#2839) 2019-09-17 07:52:40 -07:00
Stanislav Malyshev 8b911bf10c Add Nikita Popov to CC addresses for PHP issues (#2840) 2019-09-17 06:54:28 -07:00
Stanislav Malyshev b45c95203d Fix PHP build - needs PIC flag now (#2821) 2019-09-10 06:41:33 -07:00
Max Moroz e0f427fb3b
[php] Enable undefined sanitizer configuration (#1984). (#2535) 2019-06-21 11:34:01 -07:00
Stanislav Malyshev 30190987f4 Fix build - option got renamed to --without-libxml (#2338) 2019-04-20 22:26:16 -07:00
Stanislav Malyshev 795aa42757 Use libonig5 - this will enable mbstring regex limits (#2282) 2019-04-01 12:29:42 -07:00
Stanislav Malyshev e5f5406f87 Fuzzer moved to official php repo (#2239) 2019-03-13 14:27:13 -07:00
Stanislav Malyshev a51f446e14 Add mbstring fuzzer for PHP (#2233) 2019-03-13 07:31:48 -07:00
Stanislav Malyshev a558ea17e7 Also enable exif fuzzer (#2215) 2019-03-09 05:35:27 -08:00
Max Moroz 8aafddfb9e [php] Disable UBSan for now (related to #2202). 2019-03-05 11:03:25 -08:00
Max Moroz 9087f31be2 [php] Remove experimental flag and specify ASan and UBSan only. 2019-03-05 07:13:46 -08:00
Stanislav Malyshev b7e17966a8 [php] Add files to run php fuzz (#2202)
So far only one fuzzer active - json one. More to come.
2019-03-05 07:12:32 -08:00