oss-fuzz/projects/libsass/project.yaml

20 lines
355 B
YAML

homepage: "http://libsass.org/"
language: c++
primary_contact: "xzyfer@gmail.com"
sanitizers:
- address
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
- undefined
labels:
data_context_fuzzer:
- sundew
main_repo: 'https://github.com/sass/libsass.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer