oss-fuzz/projects/lxc/project.yaml

20 lines
416 B
YAML
Raw Normal View History

2021-03-25 14:30:32 +00:00
homepage: "https://github.com/lxc/lxc"
language: c
primary_contact: "christian@brauner.io"
2021-03-25 14:30:32 +00:00
builds_per_day: 4
sanitizers:
- address
- undefined
- memory
auto_ccs:
- stgraber@stgraber.org
2021-03-25 14:30:32 +00:00
- evverx@gmail.com
main_repo: "https://github.com/lxc/lxc"
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
# - centipede
# Don't use centipede because it can't handle fuzz targets with "config" in
# the name.