mirror of https://github.com/google/oss-fuzz.git
15 lines
341 B
YAML
15 lines
341 B
YAML
homepage: https://cgit.kde.org/karchive.git/
|
|
language: c++
|
|
primary_contact: tsdgeos@gmail.com
|
|
sanitizers:
|
|
- address
|
|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
|
# - memory
|
|
- undefined
|
|
main_repo: 'https://invent.kde.org/frameworks/karchive.git'
|
|
fuzzing_engines:
|
|
- afl
|
|
- honggfuzz
|
|
- libfuzzer
|
|
- centipede
|