aboutsummaryrefslogtreecommitdiff
path: root/projects/cjson/project.yaml
blob: 25128b45640c52d1922a97c0b05ebbffcd331393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
homepage: "https://github.com/DaveGamble/cJSON"
language: c++
primary_contact: "max@maxbruckner.de"
auto_ccs:
  - "randy440088@gmail.com"
  - "wp_scut@163.com"
fuzzing_engines:
  - libfuzzer
  - afl
  - honggfuzz
  - dataflow
sanitizers:
  - address
  - undefined
  - memory
  - dataflow
main_repo: 'https://github.com/DaveGamble/cJSON.git'