mirror of https://github.com/google/oss-fuzz.git
20 lines
323 B
YAML
20 lines
323 B
YAML
homepage: "https://github.com/dloebl/cgif"
|
|
language: c
|
|
primary_contact: "dloebl.2000@gmail.com"
|
|
auto_ccs:
|
|
- "matthias.loebl@rwth-aachen.de"
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
- memory
|
|
architectures:
|
|
- x86_64
|
|
- i386
|
|
main_repo: "https://github.com/dloebl/cgif.git"
|
|
|
|
fuzzing_engines:
|
|
- afl
|
|
- honggfuzz
|
|
- libfuzzer
|
|
|