mirror of https://github.com/google/oss-fuzz.git
15 lines
293 B
YAML
15 lines
293 B
YAML
homepage: "https://github.com/libssh2/libssh2"
|
|
language: c++
|
|
primary_contact: "will.cosgrove@gmail.com"
|
|
auto_ccs:
|
|
- "cmeister2@gmail.com"
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
main_repo: 'https://github.com/libssh2/libssh2.git'
|
|
fuzzing_engines:
|
|
- afl
|
|
- honggfuzz
|
|
- libfuzzer
|
|
- centipede
|