oss-fuzz/projects/glib/project.yaml

24 lines
611 B
YAML

homepage: "https://gitlab.gnome.org/GNOME/glib/"
language: c++
primary_contact: "bugzilla@tecnocode.co.uk"
auto_ccs:
- philip.withnall@gmail.com
- mwl458@gmail.com
- iain@orangesquash.org.uk
- slomo@coaxion.net
- trevi55@gmail.com
- mcatanza@redhat.com
- tcullum@redhat.com
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