oss-fuzz/projects/libssh/project.yaml

14 lines
351 B
YAML

homepage: "https://libssh.org/"
language: c
primary_contact: "asn@cryptomilk.org"
auto_ccs:
- "cryptomilk@gmail.com"
- "jakuje@gmail.com"
- "anderson.sasaki@gmail.com"
sanitizers:
- address
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
- undefined
main_repo: 'https://git.libssh.org/projects/libssh.git'