oss-fuzz/projects/opendnp3/project.yaml

14 lines
342 B
YAML

homepage: "http://www.automatak.com/opendnp3/"
language: c++
primary_contact: "info@automatak.com"
auto_ccs :
- "p.antoine@catenacyber.fr"
- "emile@automatak.com"
sanitizers:
- address
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
- undefined
main_repo: 'https://github.com/dnp3/opendnp3.git'