mirror of https://github.com/google/oss-fuzz.git
18 lines
321 B
YAML
18 lines
321 B
YAML
homepage: "http://virustotal.github.io/yara/"
|
|
language: c++
|
|
primary_contact: "vmalvarez@google.com"
|
|
auto_ccs:
|
|
- "vmalvarez@virustotal.com"
|
|
- "plusvic@gmail.com"
|
|
sanitizers:
|
|
- address
|
|
- memory
|
|
- undefined
|
|
main_repo: 'https://github.com/VirusTotal/yara.git'
|
|
|
|
fuzzing_engines:
|
|
- afl
|
|
- honggfuzz
|
|
- libfuzzer
|
|
|