oss-fuzz/projects/relic/project.yaml

15 lines
351 B
YAML
Raw Normal View History

2021-01-19 14:43:11 +00:00
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
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
2021-01-19 14:43:11 +00:00
architectures:
- x86_64
- i386