Enable centipede on a bunch of projects (#9643)

This commit is contained in:
jonathanmetzman 2023-02-13 14:24:42 -05:00 committed by GitHub
parent c34bc20fea
commit 439d0bc2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
95 changed files with 460 additions and 26 deletions

1
infra/test Normal file
View File

@ -0,0 +1 @@

View File

@ -6,3 +6,8 @@ auto_ccs:
- "covener@gmail.com"
- "ylavic.dev@gmail.com"
main_repo: "https://github.com/apache/httpd"
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -11,3 +11,8 @@ sanitizers:
architectures:
- x86_64
- i386
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -15,3 +15,8 @@ sanitizers:
- address
- undefined
- memory
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -5,3 +5,8 @@ main_repo: "https://github.com/bluez/bluez"
auto_ccs:
- "hj.tedd.an@gmail.com"
- "david@adalogics.com"
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -1,8 +1,13 @@
homepage: "http://www.boost.org/"
language: c++
primary_contact: "pauldreikossfuzz@gmail.com"
auto_ccs:
auto_ccs:
- "vinnie.falco@gmail.com"
- "grisumbras@gmail.com"
- "pdimov@gmail.com"
main_repo: 'https://github.com/boostorg/json.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -10,3 +10,8 @@ sanitizers:
- undefined
- memory
main_repo: 'https://boringssl.googlesource.com/boringssl'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -11,3 +11,8 @@ architectures:
- x86_64
- i386
main_repo: 'https://github.com/Blosc/c-blosc.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -10,3 +10,8 @@ sanitizers:
- address
architectures:
- x86_64
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -13,3 +13,8 @@ sanitizers:
- undefined
- memory
main_repo: 'https://github.com/DaveGamble/cJSON.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -5,3 +5,8 @@ auto_ccs:
- "Adam@adalogics.com"
- "isty001@gmail.com"
main_repo: 'https://github.com/clibs/clib'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -8,3 +8,8 @@ sanitizers:
- address
- undefined
main_repo: 'https://github.com/danmar/cppcheck.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -3,3 +3,8 @@ language: c++
primary_contact: "matt@ucc.asn.au"
builds_per_day: 4
main_repo: "https://github.com/mkj/dropbear"
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -9,3 +9,8 @@ architectures:
- x86_64
- i386
main_repo: 'https://gitlab.com/libeigen/eigen.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -10,3 +10,8 @@ architectures:
- x86_64
- i386
main_repo: 'https://github.com/file/file.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -8,3 +8,8 @@ sanitizers:
- address
- undefined
main_repo: 'https://github.com/firebase/firebase-ios-sdk.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -14,3 +14,8 @@ architectures:
- i386
coverage_extra_args: -ignore-filename-regex=/usr/lib/jvm/.*
main_repo: 'https://github.com/xiph/flac.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -4,3 +4,8 @@ primary_contact: "pauldreikossfuzz@gmail.com"
auto_ccs:
- "victor.zverovich@gmail.com"
main_repo: 'https://github.com/fmtlib/fmt.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -4,3 +4,8 @@ primary_contact: "sergey.poznyakoff@gmail.com"
auto_ccs:
- "gray@gnu.org"
main_repo: "https://git.gnu.org.ua/gdbm.git"
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -15,3 +15,8 @@ sanitizers:
# - memory
help_url: https://gitlab.gnome.org/GNOME/glib/tree/master/fuzzing#how-to-reproduce-oss-fuzz-bugs-locally
main_repo: 'https://gitlab.gnome.org/GNOME/glib'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -4,3 +4,8 @@ primary_contact: "project.gpac@gmail.com"
language: c
auto_ccs:
- "david@adalogics.com"
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -10,3 +10,7 @@ fuzzing_engines:
- libfuzzer
coverage_extra_args: -ignore-filename-regex=.*\.cache.*
main_repo: 'https://github.com/grpc/grpc'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer

View File

@ -16,3 +16,8 @@ auto_ccs:
- "ethompson@fastly.com"
main_repo: 'https://github.com/h2o/h2o'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -12,3 +12,8 @@ sanitizers:
- undefined
- memory
main_repo: 'https://github.com/uber/h3'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -9,3 +9,8 @@ sanitizers:
- address
- undefined
- memory
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -4,3 +4,8 @@ language: c
auto_ccs:
- "Adam@adalogics.com"
main_repo: "https://github.com/redis/hiredis"
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -6,3 +6,8 @@ auto_ccs:
- "jkb@sanger.ac.uk"
- "vo2@sanger.ac.uk"
main_repo: 'https://github.com/samtools/htslib.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -20,3 +20,8 @@ sanitizers:
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
file_github_issue: True
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -17,3 +17,8 @@ sanitizers:
# - memory
main_repo: 'https://github.com/unicode-org/icu.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -11,3 +11,8 @@ sanitizers:
- memory
- undefined
main_repo: 'https://github.com/imagemagick/imagemagick'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -11,3 +11,8 @@ architectures:
- x86_64
- i386
main_repo: 'https://github.com/akheron/jansson.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -2,9 +2,10 @@ homepage: "https://www.jbig2dec.com"
language: c++
primary_contact: sebastian.rasmussen@artifex.com
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- afl
- honggfuzz
- libfuzzer
- centipede
sanitizers:
- address
- memory

View File

@ -7,3 +7,8 @@ auto_ccs:
- "david@adalogics.com"
- "mail@gilawa.com"
- "qxork.droid@gmail.com"
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -8,6 +8,7 @@ sanitizers:
- undefined
main_repo: 'https://invent.kde.org/frameworks/karchive.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -8,6 +8,7 @@ sanitizers:
- undefined
main_repo: 'https://invent.kde.org/frameworks/kcodecs.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -10,6 +10,7 @@ main_repo: 'https://invent.kde.org/frameworks/kimageformats.git'
auto_ccs:
- dnovomesky@gmail.com
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -13,3 +13,8 @@ auto_ccs:
vendor_ccs:
- twsmith@mozilla.com
main_repo: 'https://aomedia.googlesource.com/aom'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -10,3 +10,8 @@ sanitizers:
experimental: True
- undefined
main_repo: 'https://github.com/libarchive/libarchive.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -4,3 +4,8 @@ primary_contact: "bergmann@tzi.org"
auto_ccs:
- "libcoap@gmail.com"
main_repo: 'https://github.com/obgm/libcoap.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -4,3 +4,8 @@ primary_contact: "davea42@gmail.com"
main_repo: "https://github.com/davea42/libdwarf-code"
auto_ccs:
- "david@adalogics.com"
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -11,3 +11,8 @@ sanitizers:
architectures:
- x86_64
- i386
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -24,3 +24,8 @@ architectures:
- x86_64
- i386
main_repo: 'https://github.com/ittiam-systems/libhevc.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -4,3 +4,8 @@ auto_ccs:
- "david@adalogics.com"
language: c
main_repo: 'https://github.com/mz-automation/libiec61850'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -6,3 +6,8 @@ auto_ccs:
- "marko@pganalyze.com"
- "lukas@pganalyze.com"
- "david@adalogics.com"
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -7,3 +7,8 @@ sanitizers:
- address
main_repo: 'https://github.com/google/libphonenumber'
file_github_issue: True
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -4,3 +4,8 @@ language: c++
auto_ccs:
- "david@adalogics.com"
main_repo: 'https://github.com/edenhill/librdkafka'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -5,5 +5,5 @@ auto_ccs :
- "david@adalogics.com"
fuzzing_engines:
- libfuzzer
- honggfuzz
- honggfuzz
main_repo: 'https://github.com/LibreDWG/libredwg'

View File

@ -13,3 +13,8 @@ sanitizers:
- address
- undefined
main_repo: 'https://github.com/libressl-portable/portable.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -6,3 +6,8 @@ auto_ccs:
architectures:
- x86_64
main_repo: 'https://github.com/jedisct1/libsodium.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -11,3 +11,8 @@ sanitizers:
# - memory
- undefined
main_repo: 'https://git.libssh.org/projects/libssh.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -7,3 +7,8 @@ sanitizers:
- address
- undefined
main_repo: 'https://github.com/libssh2/libssh2.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -4,3 +4,8 @@ auto_ccs:
- "adam@adalogics.com"
language: c
main_repo: 'https://github.com/vstakhov/libucl'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -2,3 +2,8 @@ homepage: "https://github.com/libxls/libxls"
language: c++
primary_contact: "emmiller@gmail.com"
main_repo: 'https://github.com/libxls/libxls'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -10,3 +10,8 @@ auto_ccs:
sanitizers:
- address
- memory
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -10,3 +10,8 @@ sanitizers:
- address
- undefined
file_github_issue: True
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -4,3 +4,8 @@ language: c
primary_contact: "fedor@indutny.com"
auto_ccs:
- "david@adalogics.com"
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -10,3 +10,8 @@ sanitizers:
- address
- memory
- undefined
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -7,3 +7,8 @@ sanitizers:
- address
- undefined
main_repo: 'https://github.com/lvandeve/lodepng.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -6,6 +6,7 @@ auto_ccs:
- "david@adalogics.com"
main_repo: 'https://github.com/lua/lua'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -9,3 +9,8 @@ sanitizers:
architectures:
- x86_64
- i386
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -4,3 +4,8 @@ primary_contact: "mbed-tls-security@lists.trustedfirmware.org"
auto_ccs :
- "p.antoine@catenacyber.fr"
main_repo: 'https://github.com/Mbed-TLS/mbedtls.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -4,3 +4,8 @@ primary_contact: "mity.ossfuzz@gmail.com"
language: c
auto_ccs:
- "david@adalogics.com"
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -9,3 +9,8 @@ architectures:
- x86_64
- i386
main_repo: 'https://github.com/zlib-ng/minizip-ng'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -4,3 +4,8 @@ primary_contact: "info@cesanta.com"
auto_ccs:
- "david@adalogics.com"
main_repo: 'https://github.com/cesanta/mongoose'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -12,3 +12,8 @@ labels:
- sundew
decode_fuzzer:
- sundew
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -9,3 +9,8 @@ sanitizers:
- memory
- undefined
main_repo: 'https://github.com/msgpack/msgpack-c.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -8,3 +8,8 @@ main_repo: 'https://github.com/neomutt/neomutt'
sanitizers:
- address
- undefined
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -8,3 +8,8 @@ sanitizers:
- address
- memory
main_repo: 'https://github.com/census-instrumentation/opencensus-cpp'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -15,3 +15,7 @@ architectures:
- x86_64
- i386
main_repo: 'https://github.com/openssl/openssl.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer

View File

@ -14,4 +14,9 @@ sanitizers:
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
- undefined
main_repo: 'https://github.com/openvswitch/ovs.git'
main_repo: 'https://github.com/openvswitch/ovs.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -5,3 +5,8 @@ primary_contact: "walters@verbum.org"
auto_ccs:
- "dbn@endlessos.org"
- "david@adalogics.com"
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -8,3 +8,8 @@ sanitizers:
- memory
- undefined
main_repo: 'https://github.com/seladb/PcapPlusPlus'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -24,9 +24,10 @@ vendor_ccs:
- maverickm@google.com
- warrenwright@google.com
fuzzing_engines:
- libfuzzer
- honggfuzz
- afl
- afl
- honggfuzz
- libfuzzer
- centipede
sanitizers:
- address
- undefined

View File

@ -145,10 +145,10 @@ fi
pushd $SRC/qtbase
# add the flags to Qt build too
sed -i -e "s/QMAKE_CXXFLAGS += -stdlib=libc++/QMAKE_CXXFLAGS += -stdlib=libc++ $CXXFLAGS\nQMAKE_CFLAGS += $CFLAGS/g" mkspecs/linux-clang-libc++/qmake.conf
sed -i -e "s/QMAKE_LFLAGS += -stdlib=libc++/QMAKE_LFLAGS += -stdlib=libc++ -lpthread $CXXFLAGS/g" mkspecs/linux-clang-libc++/qmake.conf
sed -i -e "s~QMAKE_CXXFLAGS += -stdlib=libc++~QMAKE_CXXFLAGS += -stdlib=libc++ $CXXFLAGS\nQMAKE_CFLAGS += $CFLAGS~g" mkspecs/linux-clang-libc++/qmake.conf
sed -i -e "s~QMAKE_LFLAGS += -stdlib=libc++~QMAKE_LFLAGS += -stdlib=libc++ -lpthread $CXXFLAGS~g" mkspecs/linux-clang-libc++/qmake.conf
# disable sanitize=vptr for harfbuzz since it compiles without rtti
sed -i -e "s/TARGET = qtharfbuzz/TARGET = qtharfbuzz\nQMAKE_CXXFLAGS += -fno-sanitize=vptr/g" src/3rdparty/harfbuzz-ng/harfbuzz-ng.pro
sed -i -e "s~TARGET = qtharfbuzz~TARGET = qtharfbuzz\nQMAKE_CXXFLAGS += -fno-sanitize=vptr~g" src/3rdparty/harfbuzz-ng/harfbuzz-ng.pro
# make qmake compile faster
sed -i -e "s/MAKE\")/MAKE\" -j$(nproc))/g" configure
# Fix memory stuff in qt 5.15 unfixable since branch is closed now

View File

@ -13,3 +13,7 @@ auto_ccs:
- jonathan@titanous.com
- adam.reichold@t-online.de
main_repo: 'https://anongit.freedesktop.org/git/poppler/poppler.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer

View File

@ -6,3 +6,8 @@ auto_ccs:
- "david@adalogics.com"
sanitizers:
- address
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -7,3 +7,8 @@ sanitizers:
- address
- undefined
main_repo: 'https://github.com/PowerDNS/pdns.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -7,3 +7,8 @@ sanitizers:
- address
run_tests: False
main_repo: 'https://github.com/radareorg/radare2'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -9,3 +9,8 @@ architectures:
- x86_64
- i386
main_repo: 'https://github.com/rdkit/rdkit.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -2,3 +2,8 @@ homepage: "https://github.com/WizardMac/ReadStat"
language: c++
primary_contact: "emmiller@gmail.com"
main_repo: 'https://github.com/WizardMac/ReadStat'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -11,3 +11,8 @@ auto_ccs:
- "kevinbackhouse@github.com"
- "oss-fuzz@ruby-lang.org"
main_repo: "https://github.com/ruby/ruby"
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -10,3 +10,8 @@ architectures:
- x86_64
main_repo: 'https://github.com/google/sentencepiece.git'
file_github_issue: True
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -24,3 +24,8 @@ sanitizers:
help_url: "https://skia.org/dev/testing/fuzz"
builds_per_day: 4
main_repo: 'https://skia.googlesource.com/skia.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -6,3 +6,8 @@ auto_ccs:
- "christian@ethereum.org"
- "martin.swende@ethereum.org"
main_repo: 'https://github.com/ethereum/solidity.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -12,3 +12,8 @@ sanitizers:
- undefined
- memory
main_repo: 'https://github.com/nothings/stb.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -5,3 +5,8 @@ auto_ccs:
- "tobias@strongswan.org"
- "andreas.steffen@strongswan.org"
main_repo: 'https://github.com/strongswan/strongswan.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -27,3 +27,8 @@ architectures:
- x86_64
- i386
file_github_issue: True
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -1,6 +1,6 @@
homepage: https://dawn.googlesource.com
language: c++
primary_contact: bclayton@google.com
primary_contact: bclayton@google.com
auto_ccs:
- "afdx@google.com"
sanitizers:
@ -11,3 +11,8 @@ main_repo: 'https://dawn.googlesource.com/dawn.git'
architectures:
- x86_64
- i386
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -15,3 +15,8 @@ auto_ccs:
- "cfir@google.com"
- "mruthven@google.com"
main_repo: 'https://chromium.googlesource.com/chromiumos/third_party/tpm2'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -9,4 +9,9 @@ sanitizers:
architectures:
- x86_64
- i386
main_repo: 'https://github.com/uriparser/uriparser'
main_repo: 'https://github.com/uriparser/uriparser'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -8,3 +8,8 @@ auto_ccs:
- "ajuaristi@gmx.es"
- "rootkea@gmail.com"
main_repo: 'https://gitlab.com/gnuwget/wget2.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -8,3 +8,8 @@ sanitizers:
- address
- memory
- undefined
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -10,3 +10,8 @@ sanitizers:
architectures:
- x86_64
- i386
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -16,3 +16,8 @@ architectures:
- x86_64
- i386
main_repo: 'https://github.com/zlib-ng/zlib-ng.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

View File

@ -8,3 +8,8 @@ sanitizers:
- memory
- undefined
main_repo: 'https://github.com/zyantific/zydis.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede