oss-fuzz/projects/relic/project.yaml

14 lines
275 B
YAML

homepage: "https://github.com/relic-toolkit/relic"
language: c++
primary_contact: "guidovranken@gmail.com"
main_repo: "https://github.com/relic-toolkit/relic"
auto_ccs:
- "dfaranha@gmail.com"
sanitizers:
- address
- undefined
- memory
architectures:
- x86_64
- i386