aboutsummaryrefslogtreecommitdiff
path: root/projects/c-ares/project.yaml
blob: 55616eca1dedf5e4a320f70ffac171b2afda7212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
homepage: "https://c-ares.haxx.se/"
language: c++
primary_contact: "drysdale@google.com"
fuzzing_engines:
  - afl
  - libfuzzer
  - honggfuzz
  - dataflow
sanitizers:
  - address
  - memory
  - undefined
  - dataflow
architectures:
  - x86_64
  - i386