mirror of https://github.com/google/oss-fuzz.git
17 lines
403 B
YAML
17 lines
403 B
YAML
homepage: "https://git-scm.com"
|
|
language: c++
|
|
primary_contact: "steadmon@google.com"
|
|
auto_ccs:
|
|
- "git-fuzz-reports@google.com"
|
|
- "emilyshaffer@google.com"
|
|
- "jonathantanmy@google.com"
|
|
- "jrn@google.com"
|
|
- "david@adalogics.com"
|
|
- "arthur.chan@adalogics.com"
|
|
main_repo: 'https://github.com/git/git'
|
|
|
|
# Disable honggfuzz due to undiagnosed build failures
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
- afl
|