oss-fuzz/projects/jsonnet/project.yaml

21 lines
394 B
YAML

homepage: "https://github.com/google/jsonnet"
language: c++
primary_contact: "dcunnin@google.com"
auto_ccs:
- "sparkprime@gmail.com"
sanitizers:
- address
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
- undefined
labels:
convert_jsonnet_fuzzer:
- sundew
architectures:
- x86_64
- i386
main_repo: 'https://github.com/google/jsonnet.git'