mirror of https://github.com/google/oss-fuzz.git
19 lines
332 B
YAML
19 lines
332 B
YAML
homepage: "https://s2opc.com/"
|
|
language: c++
|
|
primary_contact: "pab.systerel@gmail.com"
|
|
auto_ccs:
|
|
- "mcl.systerel@gmail.com"
|
|
- "vla.systerel@gmail.com"
|
|
- "vmo.systerel@gmail.com"
|
|
main_repo: "https://gitlab.com/systerel/S2OPC"
|
|
sanitizers:
|
|
- address
|
|
- memory
|
|
- undefined
|
|
|
|
fuzzing_engines:
|
|
- afl
|
|
- honggfuzz
|
|
- libfuzzer
|
|
|