oss-fuzz/projects/ghostscript/project.yaml

20 lines
510 B
YAML

homepage: "https://ghostscript.com"
language: c++
primary_contact: "skau@google.com"
auto_ccs:
- "henry.stiles@artifex.com"
- "skau@google.com"
- "sebastian.rasmussen@artifex.com"
- "julians.artifex@gmail.com"
- "chris.liddell@artifex.com"
- "ken.sharp@artifex.com"
- "kdlee@chromium.org"
sanitizers:
- address
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
main_repo: 'git://git.ghostscript.com/ghostpdl.git'
fuzzing_engines:
- libfuzzer
- honggfuzz