aboutsummaryrefslogtreecommitdiff
path: root/projects/proxygen/project.yaml
blob: 222ed52dad1e74cf4c2414ff8cae6e4c41bfea67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
homepage: "https://github.com/facebook/proxygen"
language: c++
primary_contact: "mhl@fb.com"
auto_ccs:
  - "gulshan@fb.com"
  - "reed@fb.com"
  - "lniccolini@fb.com"
  - "afrind@fb.com"
  - "subodh@fb.com"
  - "yangchi@fb.com"
  - "mjoras@fb.com"
  - "amsharma@fb.com"
  - "bshlinker@fb.com"
  - "ranjeeth@fb.com"
  - "udippant@fb.com"
vendor_ccs:
  - "oss-fuzz@fb.com"
fuzzing_engines:
  - libfuzzer
  - afl
sanitizers:
  - address
  - undefined
main_repo: 'https://github.com/facebook/proxygen.git'