oss-fuzz/projects/sqlite3/project.yaml

14 lines
229 B
YAML

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