mirror of https://github.com/google/oss-fuzz.git
23 lines
479 B
YAML
23 lines
479 B
YAML
homepage: "http://llvm.org/"
|
|
primary_contact: "kcc@google.com"
|
|
auto_ccs:
|
|
- "mascasa@google.com"
|
|
- "jdevlieghere@apple.com"
|
|
- "vsk@apple.com"
|
|
- "akilsrin@apple.com"
|
|
- "llvm-bugs@lists.llvm.org"
|
|
- "igmyrj@gmail.com"
|
|
- "mitchphillips@outlook.com"
|
|
- "xpl0re@gmail.com"
|
|
|
|
# TODO(kcc): enable msan.
|
|
sanitizers:
|
|
- address
|
|
|
|
# The LLVM build currently supports only libFuzzer
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
|
|
# Bug reports are public by default:
|
|
view_restrictions: none
|