mirror of https://github.com/google/oss-fuzz.git
18 lines
363 B
YAML
18 lines
363 B
YAML
homepage: "https://www.qemu.org/"
|
|
language: c
|
|
primary_contact: "alxndr@bu.edu"
|
|
auto_ccs:
|
|
- "bsd@redhat.com"
|
|
- "pbonzini@redhat.com"
|
|
- "stefanha@redhat.com"
|
|
- "darren.kenny@oracle.com"
|
|
- "lichenca2020@gmail.com"
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
architectures:
|
|
- x86_64
|
|
main_repo: 'https://git.qemu.org/git/qemu.git'
|