You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
341 B
18 lines
341 B
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'
|