oss-fuzz/projects/skcms/project.yaml

21 lines
427 B
YAML

homepage: "https://skia.googlesource.com/skcms/+/master"
language: c++
primary_contact: "kjlubick@chromium.org"
auto_ccs:
- "mtklein@google.com"
- "brianosman@google.com"
sanitizers:
- address
- memory
- undefined
architectures:
# - aarch64 # Experimental, not generally available.
- x86_64
- i386
main_repo: 'https://skia.googlesource.com/skcms.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede