mirror of https://github.com/google/oss-fuzz.git
22 lines
430 B
YAML
22 lines
430 B
YAML
homepage: "https://github.com/facebook/hermes"
|
|
language: c++
|
|
primary_contact: "neildhar@meta.com"
|
|
auto_ccs:
|
|
- "hmf@meta.com"
|
|
- "yaohway@meta.com"
|
|
- "axxu@meta.com"
|
|
- "avp@meta.com"
|
|
- "luigiconiglio@meta.com"
|
|
- "edq@meta.com"
|
|
vendor_ccs:
|
|
- "oss-fuzz@meta.com"
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
- afl
|
|
- honggfuzz
|
|
- centipede
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
main_repo: 'https://github.com/facebook/hermes.git'
|