mirror of https://github.com/google/oss-fuzz.git
16 lines
312 B
YAML
16 lines
312 B
YAML
homepage: "https://beltoforion.de/article.php?a=muparser"
|
|
language: c++
|
|
primary_contact: "equinox.ib@googlemail.com"
|
|
auto_ccs:
|
|
- "zhichengcai@google.com"
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
main_repo: 'https://github.com/beltoforion/muparser.git'
|
|
|
|
fuzzing_engines:
|
|
- afl
|
|
- honggfuzz
|
|
- libfuzzer
|
|
|