oss-fuzz/projects/double-conversion/project.yaml

23 lines
423 B
YAML
Raw Normal View History

homepage: "https://github.com/google/double-conversion"
language: c++
primary_contact: "florian@loitsch.com"
auto_ccs:
- "sbucur@google.com"
sanitizers:
- address
- memory
- undefined
labels:
string_to_double_fuzzer:
- sundew
architectures:
- x86_64
- i386
main_repo: 'https://github.com/google/double-conversion.git'
file_github_issue: True
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede