aboutsummaryrefslogtreecommitdiff
path: root/projects/zlib/project.yaml
blob: 2f9469271473b5aa0532e36d729c3f7e5a52616d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
homepage: "http://www.zlib.net/"
primary_contact: "glennrp@gmail.com"
auto_ccs:
  - "sebpop@gmail.com"
  - "cblume@google.com"
fuzzing_engines:
  - libfuzzer
  - afl
  - dataflow
sanitizers:
  - address
  - dataflow
  - memory
  - undefined
architectures:
  - x86_64
  - i386