mirror of https://github.com/google/oss-fuzz.git
27 lines
481 B
YAML
27 lines
481 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'
|
|
file_github_issue: True
|
|
fuzzing_engines:
|
|
- afl
|
|
- honggfuzz
|
|
- libfuzzer
|
|
- centipede
|