mirror of https://github.com/google/oss-fuzz.git
18 lines
315 B
YAML
18 lines
315 B
YAML
main_repo: "https://github.com/mm2/Little-CMS"
|
|
homepage: "http://www.littlecms.com/"
|
|
language: c++
|
|
primary_contact: "marti.maria.s@gmail.com"
|
|
auto_ccs:
|
|
- "david@adalogics.com"
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
- afl
|
|
- honggfuzz
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
- memory
|
|
architectures:
|
|
- x86_64
|
|
- i386
|