oss-fuzz/projects/cpp-httplib/project.yaml

21 lines
512 B
YAML

homepage: "https://github.com/yhirose/cpp-httplib"
language: c++
primary_contact: "yuji.hirose.bug@gmail.com"
auto_ccs :
- "cpp-httplib-oss-fuzz@googlegroups.com"
- "omkarjadhav@google.com"
- "hlivingstone@google.com"
- "kalaskar@google.com"
- "ankitlohia@google.com"
sanitizers:
- address
- undefined
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
main_repo: 'https://github.com/yhirose/cpp-httplib.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer