Commit Graph

14 Commits

Author SHA1 Message Date
Philip Withnall 59425b7c66
Add additional CC to GLib project configuration (#9829)
Todd Cullum is on the Red Hat security team and has been vouched for by
Michael Catanzaro. He is not a GLib upstream maintainer.
2023-02-28 15:47:28 -05:00
jonathanmetzman 439d0bc2c6
Enable centipede on a bunch of projects (#9643) 2023-02-13 14:24:42 -05:00
jonathanmetzman eff569022b
Change email to google account (#9509)
Implements https://github.com/google/oss-fuzz/pull/9508
2023-01-26 16:03:24 -05:00
Philip Withnall 52d21c8acd
Add additional maintainer to GLib project configuration (#9506)
He’s an upstream maintainer:

ded3099afc/glib.doap (L89-95)

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Signed-off-by: Philip Withnall pwithnall@endlessos.org
2023-01-26 08:53:03 -05:00
Philip Withnall 55b15575e5
Add additional maintainer to GLib project configuration (#9218)
He’s an upstream maintainer:

ded3099afc/glib.doap (L49-L55)

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2022-12-16 17:30:47 -08:00
Philip Withnall 3f26615977
Add additional maintainer CC to GLib configuration (#6738)
Add Sebastian Dröge as an additional CC to oss-fuzz issues for GLib. He’s a maintainer (see https://gitlab.gnome.org/GNOME/glib/-/blob/main/docs/CODEOWNERS and https://gitlab.gnome.org/sdroege).
2021-11-02 11:58:18 +00:00
jonathanmetzman 806d1a0620
[Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)
These projects were tested and it was found that their use
of MSAN does not work on Ubuntu 20.04. Therefore their use of
MSAN is being disabled.

Related: #6180
2021-08-24 15:24:47 -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
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
Philip Withnall b036df0ce1
glib: Fix build due to Meson option changing type (#3358)
* glib: Fix build due to Meson option changing type

In GLib master commit b220033c we changed the `libmount` option from a
`boolean` to a `feature`, which means it now takes
`enabled`/`disabled`/`auto` rather than `true`/`false`.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20552

* glib: Fix homepage URI

The FSF page on GLib is not official, loaded with their advertising, and
quite out of date.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

* infra: Add help_url to the valid section names list in Travis checks

It’s documented as valid:
https://google.github.io/oss-fuzz/getting-started/new-project-guide/#help_url

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
2020-02-07 05:03:31 -08:00
pdknsk 7f8c385c8f [glib] GLib: integrate into build system (#1866)
* integrate into build system

* remove options file

* address review comment
2018-10-12 09:17:31 -07:00
pdknsk 59d86eb2e9 GLib: remove temporary fix (#1836)
* better project link

* revert #1772
2018-09-22 19:58:12 -07:00
pdknsk ef88a53fb2 add more project members (#1687) 2018-08-03 13:23:32 -07:00
pdknsk 1d5bb6c78a [GLib] Integration (#1670) 2018-08-01 08:29:28 -07:00