aboutsummaryrefslogtreecommitdiff
path: root/projects/hostap/project.yaml
blob: 9d95c6e2c5638f51c9c3a6434ac9b37431bbe1af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
homepage: "https://w1.fi/cvs.html"
language: c++
primary_contact: "j@w1.fi"
auto_ccs:
   - "elver@google.com"
fuzzing_engines:
  - afl
  - libfuzzer
  - honggfuzz
  - dataflow
sanitizers:
  - address
  - undefined
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
#  - memory
  - dataflow
architectures:
  - x86_64
  - i386
main_repo: 'git://w1.fi/srv/git/hostap.git'