aboutsummaryrefslogtreecommitdiff
path: root/projects/hermes/project.yaml
blob: 0e614fe6d4499665d35034c9fee7de3ea4078490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
homepage: "https://github.com/facebook/hermes"
language: c++
primary_contact: "neildhar@fb.com"
auto_ccs:
  - "dulinr@fb.com"
  - "mhl@fb.com"
vendor_ccs:
  - "oss-fuzz@fb.com"
fuzzing_engines:
  - libfuzzer
  - afl
sanitizers:
  - address
  - undefined
main_repo: 'https://github.com/facebook/hermes.git'