oss-fuzz/projects/krb5/project.yaml

15 lines
283 B
YAML

homepage: "https://web.mit.edu/kerberos/"
language: c
primary_contact: "krbcore-security@mit.edu"
auto_ccs:
- "ajsinghyadav00@gmail.com"
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
sanitizers:
- address
- memory
- undefined
main_repo: 'https://github.com/krb5/krb5'