oss-fuzz/projects/tor/project.yaml

13 lines
220 B
YAML

homepage: "https://www.torproject.org"
language: c++
primary_contact: "nima@torproject.org"
auto_ccs:
- "nick.a.mathewson@gmail.com"
fuzzing_engines:
- libfuzzer
- afl
sanitizers:
- address
- memory
- undefined