oss-fuzz/projects/glib/project.yaml

24 lines
611 B
YAML
Raw Normal View History

homepage: "https://gitlab.gnome.org/GNOME/glib/"
language: c++
2018-08-01 15:29:28 +00:00
primary_contact: "bugzilla@tecnocode.co.uk"
auto_ccs:
- philip.withnall@gmail.com
2018-08-03 20:23:32 +00:00
- mwl458@gmail.com
- iain@orangesquash.org.uk
- slomo@coaxion.net
- trevi55@gmail.com
- mcatanza@redhat.com
- tcullum@redhat.com
2018-08-01 15:29:28 +00:00
sanitizers:
- address
- undefined
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
help_url: https://gitlab.gnome.org/GNOME/glib/tree/master/fuzzing#how-to-reproduce-oss-fuzz-bugs-locally
main_repo: 'https://gitlab.gnome.org/GNOME/glib'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede