aboutsummaryrefslogtreecommitdiff
path: root/projects/brotli/project.yaml
blob: 51287696e42d8ce00fe28b396e1e53583fee1480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
homepage: "https://github.com/google/brotli"
language: c++
primary_contact: "eustas@chromium.org"
vendor_ccs:
  - "jkew@mozilla.com"
  - "twsmith@mozilla.com"
fuzzing_engines:
  - libfuzzer
  - afl
  - honggfuzz
  - dataflow
sanitizers:
  - address
  - dataflow
  - memory
  - undefined
architectures:
  - x86_64
  - i386
main_repo: 'https://github.com/google/brotli.git'