oss-fuzz/projects/opus/project.yaml

18 lines
338 B
YAML
Raw Normal View History

2016-12-01 20:07:54 +00:00
homepage: "https://opus-codec.org/"
language: c++
2016-12-01 20:07:54 +00:00
primary_contact: "jmvalin@jmvalin.ca"
auto_ccs:
- "flim@google.com"
2021-12-03 00:22:00 +00:00
- "tomdenton@google.com"
vendor_ccs:
- "twsmith@mozilla.com"
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
sanitizers:
- address
- undefined
- memory
main_repo: 'https://gitlab.xiph.org/xiph/opus.git'