mirror of https://github.com/google/oss-fuzz.git
19 lines
359 B
YAML
19 lines
359 B
YAML
homepage: "https://github.com/facebook/hermes"
|
|
language: c++
|
|
primary_contact: "neildhar@fb.com"
|
|
auto_ccs:
|
|
- "hmf@fb.com"
|
|
- "yaohway@fb.com"
|
|
- "axxu@fb.com"
|
|
- "avp@fb.com"
|
|
- "jsx@fb.com"
|
|
vendor_ccs:
|
|
- "oss-fuzz@fb.com"
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
- afl
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
main_repo: 'https://github.com/facebook/hermes.git'
|