mirror of https://github.com/google/oss-fuzz.git
16 lines
399 B
YAML
16 lines
399 B
YAML
homepage: "https://www.partow.net/programming/exprtk/index.html"
|
|
language: c++
|
|
primary_contact: "exprtk.dev@gmail.com"
|
|
auto_ccs:
|
|
- "exprtk.dev@gmail.com"
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
- afl
|
|
- honggfuzz
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
|
# - memory
|
|
main_repo: 'https://github.com/ArashPartow/exprtk.git'
|