oss-fuzz/projects/llvm/project.yaml

20 lines
409 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-12-11 23:24:47 +00:00
- "akila_srinivasan@apple.com"
2017-08-30 23:49:57 +00:00
- "llvm-bugs@lists.llvm.org"
2017-10-13 00:44:32 +00:00
# TODO(kcc): enable msan.
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