mirror of https://github.com/google/oss-fuzz.git
18 lines
382 B
YAML
18 lines
382 B
YAML
homepage: "https://libzip.org/"
|
|
language: c++
|
|
primary_contact: "libzip@nih.at"
|
|
auto_ccs:
|
|
- "randy440088@gmail.com"
|
|
- "tk@giga.or.at"
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
# Disable MSAN because it does not support using other libraries (openssl, zlib) correctly
|
|
# - memory
|
|
main_repo: 'https://github.com/nih-at/libzip.git'
|
|
fuzzing_engines:
|
|
- afl
|
|
- honggfuzz
|
|
- libfuzzer
|
|
|