Commit Graph

14 Commits

Author SHA1 Message Date
Nick Wellnhofer 4f4b411359
[libxml2] [libxslt] Readd myself as primary contact (#8013)
This reverts commit 4a13e59f3a.

Thanks to the Google Patch Rewards Program for supporting my work on
libxml2 and libxslt!
2022-07-14 12:29:43 -07:00
Oliver Chang 1f67910ba6
Update project.yaml 2022-02-22 12:44:52 +11:00
Abhishek Arya 705e402f07
Update project.yaml 2022-01-27 12:26:04 -08:00
Nick Wellnhofer 4a13e59f3a
[libxml2] [libxslt] Remove myself as contact (#6090)
I'm not involved in these projects anymore.
2021-07-23 17:21:17 -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 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
Abhishek Arya 4969c304fd
Add vendor_ccs example. (#2731)
* Add vendor_ccs example.

* Remove dominicc.
2019-08-20 16:56:47 -07:00
Nick Wellnhofer 0cf9e8245a [libxslt] Additional sanitizers, no unneeded modules (#2539)
- Enable unsigned-integer-overflow and float-divide-by-zero sanitizers.
- Disable some unneeded libxml2 components.
- Disable debugging and profiling code in libxslt to improve
  coverage stats.
2019-06-25 06:41:30 -07:00
Nick Wellnhofer 2b6fc9a943 [libxslt] Adjust build script (#2389)
- Link targets with fuzz.o
- Move code block for readability
2019-05-08 07:35:18 -07:00
jonathanmetzman f6be0078df
Try to migrate yajl-ruby and libxslt to LIB_FUZZING_ENGINE (#2365) 2019-05-01 16:11:29 -04:00
Max Moroz 4fba752cc3 [libxslt] Update project.yaml: replace Chromium owner in auto_cc. 2019-04-15 11:08:34 -07:00
Nick Wellnhofer 8af165e494 [libxslt] Start with integration (#2320)
Integrate the first fuzz targets from libxslt.
2019-04-15 10:27:43 -07:00
Nick Wellnhofer 880c1856e0 Add project.yaml for libxslt (#574)
I added dominicc@chromium.org and ddkilzer@apple.com to auto_ccs.
They're already listed in libxml2's project.yaml and I worked with both
of them when reporting libxslt issues in the past.
2017-05-11 13:06:50 -07:00