aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/zlib-ng/project.yaml
blob: d4b41cec8c1c0b13e56c6d750ac52df365c6bab2 (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/Dead2/zlib-ng"
language: c++
primary_contact: "zlib-ng@circlestorm.org"
auto_ccs:
  - "sebpop@gmail.com"
  - "nathan.moinvaziri@gmail.com"
fuzzing_engines:
  - libfuzzer
  - afl
  - honggfuzz
  - dataflow
sanitizers:
  - address
  - memory
  - undefined
  - dataflow
architectures:
  - x86_64
  - i386
main_repo: 'https://github.com/zlib-ng/zlib-ng.git'