mirror of https://github.com/google/oss-fuzz.git
15 lines
327 B
YAML
15 lines
327 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
|
|
- memory
|
|
main_repo: 'https://github.com/ArashPartow/exprtk.git'
|