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