oss-fuzz/projects/sqlite3/project.yaml

21 lines
324 B
YAML

homepage: "https://sqlite.org/"
main_repo: "https://sqlite.org/src/dir"
language: c++
primary_contact: "drhsqlite@gmail.com"
auto_ccs:
- "sboydps@gmail.com"
- "twsmith@mozilla.com"
sanitizers:
- address
- memory
- undefined
architectures:
- x86_64
- i386
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer