oss-fuzz/projects/llvm/project.yaml

19 lines
388 B
YAML
Raw Normal View History

homepage: "http://llvm.org/"
primary_contact: "kcc@google.com"
auto_ccs:
- "mascasa@google.com"
- "jdevlieghere@apple.com"
2017-10-10 15:42:49 +00:00
- "vsk@apple.com"
2017-08-30 23:49:57 +00:00
- "llvm-bugs@lists.llvm.org"
# TODO(kcc): enable other sanitizers.
sanitizers:
- address
# The LLVM build currently supports only libFuzzer
fuzzing_engines:
- libfuzzer
2017-08-30 22:00:28 +00:00
# Bug reports are public by default:
view_restrictions: none