oss-fuzz/projects/llvm/project.yaml

25 lines
527 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-15 19:46:45 +00:00
- "akilsrin@apple.com"
2017-08-30 23:49:57 +00:00
- "llvm-bugs@lists.llvm.org"
2017-12-18 21:11:49 +00:00
- "igmyrj@gmail.com"
2018-01-05 16:56:26 +00:00
- "mitchphillips@outlook.com"
2018-01-12 19:33:48 +00:00
- "xpl0re@gmail.com"
2018-06-04 14:47:09 +00:00
- "jfb@chromium.org"
- "eneyman@google.com"
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