mirror of https://github.com/google/oss-fuzz.git
20 lines
400 B
YAML
20 lines
400 B
YAML
homepage: "http://www.automatak.com/opendnp3/"
|
|
language: c++
|
|
primary_contact: "jadamcrain@gmail.com"
|
|
auto_ccs :
|
|
- "p.antoine@catenacyber.fr"
|
|
- "jadamcrain@gmail.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'
|
|
|
|
fuzzing_engines:
|
|
- afl
|
|
- honggfuzz
|
|
- libfuzzer
|
|
|