oss-fuzz/projects/mapserver/project.yaml

20 lines
431 B
YAML

homepage: "https://mapserver.org"
language: c++
primary_contact: "mapserver-security@osgeo.org"
vendor_ccs:
- "max.kellermann@gmail.com"
- "geographika@gmail.com"
- "jmckenna@gatewaygeomatics.com"
- "even.rouault@spatialys.com"
auto_ccs:
- "ajsinghyadav00@gmail.com"
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
sanitizers:
- address
- memory
- undefined
main_repo: 'https://github.com/MapServer/MapServer'