oss-fuzz/projects
DavidKorczynski 65ca234d75
tensorflow: enable coverage build (#9568)
The current coverage build of Tensorflow is broken because the rsync
commands used copy all files build during the build process to OUT. This
includes a lot of binaries that are not needed for coverage reports, and
this added content causes ~100GB of data to be stored, which is why the
current coverage build fails to due disk space limitations:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47817

The coverage reports only need textual files. This PR fixes these
isssues by using rsync with appropriate filters, which should make the
coverage build work again.

Also fixes up the patch.

Signed-off-by: David Korczynski <david@adalogics.com>

Signed-off-by: David Korczynski <david@adalogics.com>
2023-02-02 22:49:19 +00:00
..
abseil-cpp abseil-cpp: fix build (#9555) 2023-02-02 12:08:49 +00:00
abseil-py abseil-py: initial integration (#9207) 2022-12-14 17:23:45 +00:00
adal [adal]: Fix error handling (#8638) 2022-09-30 13:28:09 +01:00
aiohttp Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
airflow airflow: include cron_descriptor locale data in fuzzer executable (#8747) 2022-10-13 16:05:21 -04:00
alembic [Rolling out Centipede] Project 6 - 10 (#8801) 2022-10-24 09:35:41 +11:00
angus-mail angus-mail: fix build (#9434) 2023-01-17 02:20:09 -08:00
ansible Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
antlr4-java add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
apache-axis2 [apache-axis2] Initial Integration (#9404) 2023-01-20 08:11:40 +11:00
apache-commons-bcel apache-commons: update project.yaml (#9050) 2022-11-29 16:40:09 +11:00
apache-commons-beanutils apache-commons: update project.yaml (#9050) 2022-11-29 16:40:09 +11:00
apache-commons-cli add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
apache-commons-codec add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
apache-commons-collections apache-commons: update project.yaml (#9050) 2022-11-29 16:40:09 +11:00
apache-commons-compress apache-commons: update project.yaml (#9050) 2022-11-29 16:40:09 +11:00
apache-commons-configuration apache-commons: update project.yaml (#9050) 2022-11-29 16:40:09 +11:00
apache-commons-geometry apache-commons: update project.yaml (#9050) 2022-11-29 16:40:09 +11:00
apache-commons-imaging apache-commons: update project.yaml (#9050) 2022-11-29 16:40:09 +11:00
apache-commons-io add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
apache-commons-jxpath apache-commons: update project.yaml (#9050) 2022-11-29 16:40:09 +11:00
apache-commons-lang apache-commons: update project.yaml (#9050) 2022-11-29 16:40:09 +11:00
apache-commons-logging apache-commons: update project.yaml (#9050) 2022-11-29 16:40:09 +11:00
apache-commons-math apache-commons: update project.yaml (#9050) 2022-11-29 16:40:09 +11:00
apache-felix-dev java projects: bump maven (#9329) 2023-01-02 14:37:13 +00:00
apache-httpd apache-httpd, libyang: fix pcre2 location (#8654) 2022-10-01 17:03:06 +01:00
apache-poi [apache-poi] Initial Integration (#9250) 2022-12-21 12:06:48 -05:00
archaius-core Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
arduinojson [Rolling out Centipede] Project 6 - 10 (#8801) 2022-10-24 09:35:41 +11:00
argo argo: clone in Dockerfile instead of build script (#9075) 2022-11-26 15:07:25 -08:00
arrow [Rolling out Centipede] Project 11 - 20 (#8802) 2022-10-26 16:59:54 +11:00
arrow-java infra/java: Improve reproducibility of memory issues (#8736) 2022-10-19 13:51:06 -04:00
asn1crypto asn1crypto: add primary contact (#8806) 2022-10-18 10:56:13 +01:00
aspectj Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
aspell [Rolling out Centipede] Project 6 - 10 (#8801) 2022-10-24 09:35:41 +11:00
assimp
astc-encoder [Rolling out Centipede] Project 11 - 20 (#8802) 2022-10-26 16:59:54 +11:00
astro-compiler Add withastro/compiler project (#9210) 2022-12-27 09:51:23 -05:00
augeas
avahi
azure-sdk-for-python azure-sdk-for-python: initial integration (#9385) 2023-01-09 23:17:13 +00:00
bad_example
bazel-rules-fuzzing-test bazel-rules-fuzzing-test: Link python to python3 (#9024) 2022-11-22 13:46:47 +11:00
bazel-rules-fuzzing-test-java bazel-rules-fuzzing-test: Link python to python3 (#9024) 2022-11-22 13:46:47 +11:00
bc-java Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
bc-java-wycheproof Update project.yaml 2022-11-23 09:08:10 -05:00
bearssl Roll clang to llvmorg-15-init-1464-gbf7f8d6f (#8313) 2022-08-24 10:31:28 -04:00
bignum-fuzzer [cryptofuzz, bignum-fuzzer] Use libgmp repo again (#9348) 2023-01-04 03:11:55 -08:00
bincode Initial integration of Bincode (#8045) 2022-07-21 03:51:04 -04:00
bind9 bind9: fix build by force-linking two symbols (#9483) 2023-01-23 10:25:59 -05:00
binutils binutils: fix build (#9471) 2023-01-20 14:03:13 +00:00
bitcoin-core bitcoin-core: Bump clang to remove one workaround, and add one (#8374) 2022-08-30 10:03:59 -04:00
blackfriday infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
bleach
bloaty [Rolling out Centipede] Project 11 - 20 (#8802) 2022-10-26 16:59:54 +11:00
bls-signatures Fix libgmp download in multiple projects (#9314) 2022-12-30 05:32:40 -08:00
bluez bluez: refine set up (#8903) 2022-11-01 10:59:56 +00:00
boost Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
boost-json [boost.json] update the list of dependencies (#8932) 2022-11-05 18:37:38 +00:00
boringssl boringssl: Switch Docker base image to base-builder-go (#9085) 2022-11-28 19:01:08 +00:00
botan Update auto_ccs of Botan project (#9358) 2023-01-05 14:46:30 -08:00
botocore botocore: initial integration (#9266) 2022-12-22 16:52:40 +00:00
bottleneck bottleneck: fix build (#9497) 2023-01-24 21:18:08 +00:00
brotli Fix brotli build (#9247) 2022-12-20 06:51:03 -08:00
brotli-java java projects: bump maven (#9329) 2023-01-02 14:37:13 +00:00
brpc [brpc] Remove patchelf (#9237) 2022-12-21 12:08:24 -05:00
brunsli [Rolling out Centipede] Project 1 - 5 (#8690) 2022-10-20 10:12:57 +11:00
bs4
bson-rust bson-rust: initial integration (#8633) 2022-10-19 13:25:45 -04:00
burntsushi-toml burntsushi-toml: Fixes out-of-memory crash (#8297) 2022-08-19 13:37:29 +10:00
bzip2 filename and file descriptor fuzz drivers to hit I/O in bzlib.c (#8858) 2022-10-25 15:05:29 -04:00
c-ares Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
c-blosc c-blosc: simplify build (#9561) 2023-02-02 15:13:51 +00:00
c-blosc2 c-blosc2: fix introspector build (#9558) 2023-02-02 09:44:12 -05:00
caddy infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
cairo cairo: add new fuzzer (#9331) 2023-01-02 15:41:58 +00:00
capnproto
capstone Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
cascadia infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
casync
catapult
cbor-java java projects: bump maven (#9329) 2023-01-02 14:37:13 +00:00
cctz
cel-cpp Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
cel-go Set parser recursion limit for fuzz tests. (#8673) 2022-10-06 15:27:56 +00:00
cfengine
cffi cffi: initial integration (#9349) 2023-01-04 11:02:20 +00:00
cgif [cgif] Initial integration (#7321) 2023-01-30 00:48:05 +00:00
cglib Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
chardet chardet: initial integration (#9196) 2022-12-13 11:12:59 +00:00
charset_normalizer Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
checker-framework Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
cifuzz-example
cilium cilium: update project.yaml (#8906) 2022-11-01 15:40:38 +00:00
circl Roll clang to llvmorg-15-init-1464-gbf7f8d6f (#8313) 2022-08-24 10:31:28 -04:00
civetweb
cjson Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
clamav Add weird files to clamav's corpus (#8684) 2022-10-05 15:31:52 +01:00
clib
click click: initial integration (#9319) 2022-12-30 17:13:22 +00:00
clickhouse Add San to ClickHouse CC (#9145) 2022-12-19 13:05:51 -05:00
cloud-hypervisor cloud-hypervisor: Add new fuzzers (#9188) 2022-12-12 09:32:48 -08:00
cmake Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
cmark cmark: Update seed corpus (#9564) 2023-02-02 10:08:38 -08:00
config-validator infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
containerd Add Kazuyoshi Kato on containerd (#9383) 2023-01-09 12:17:04 -08:00
coreutils
cosmos-sdk projects/cosmos-sdk: use main branch (#7814) 2022-06-07 16:30:01 +01:00
coturn [coturn] remove patch. (#9233) 2022-12-19 10:43:39 -05:00
coveragepy Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
cpp-httplib
cppcheck Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
cpython3 Reenable MSAN for some more projects (#8523) 2022-09-19 01:43:22 +00:00
cras cras: Build fuzzers with bazel (#9338) 2023-01-30 10:09:18 -05:00
cri-o
croaring croaring: do not build tests (#9556) 2023-02-02 13:38:11 +00:00
croniter croniter: refine fuzzer (#9002) 2022-11-17 12:25:05 +00:00
crossplane Add p.scorsolini@gmail.com to Crossplane auto_ccs (#9435) 2023-01-17 18:36:53 +00:00
cryptofuzz [wolfssl, cryptofuzz] Build wolfCrypt with small elliptic curves (#9438) 2023-01-18 04:52:45 -08:00
cryptography [cryptography] silence an error that can happen (#9271) 2022-12-23 13:38:22 -08:00
cryptsetup cryptsetup: increase builds_per_day (#9309) 2022-12-29 08:49:33 -05:00
cups [CUPS] Issue 54041 in oss-fuzz: cups: Fuzzing build failure (#9133) 2022-12-05 09:46:44 -05:00
cura-engine
curl
cyclonedds Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
dart Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
dask Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
dav1d
dbus-broker [dbus-broker] fix the alignment check (#8489) 2022-09-14 10:16:54 +01:00
decorator Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
dgraph dgraph: fix build (#9375) 2023-01-08 14:47:05 +00:00
digest Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
distlib distlib: initial integration (#9328) 2023-01-02 11:59:19 +00:00
distribution
django Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
dlplibs
dng_sdk
dnsmasq
dnspython dnspython: initial integration (#9382) 2023-01-09 11:26:16 -08:00
docutils docutils: initial integration (#9307) 2022-12-29 10:32:28 +01:00
dom4j Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
double-conversion [Rolling out Centipede] Project 11 - 20 (#8802) 2022-10-26 16:59:54 +11:00
dovecot dovecot: Update dependencies to make Dovecot build again (#8345) 2022-08-24 12:02:01 +01:00
draco [Rolling out Centipede] Project 1 - 5 (#8690) 2022-10-20 10:12:57 +11:00
dragonfly infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
dropbear dropbear: fix broken build (#8183) 2022-08-08 16:57:31 +01:00
duckdb Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
e2fsprogs Small change to maintain the existing corpus (#8176) 2022-08-06 22:12:35 +01:00
easywsclient
ecc-diff-fuzzer Fix mbed TLS builds (#8954) 2022-11-12 23:21:44 +00:00
ecdsa-python Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
eigen
elfutils [elfutils] create tmpfiles properly (#7408) 2022-09-18 06:42:11 -04:00
envoy envoy: remove mails from contacts (#9486) 2023-01-23 20:14:38 +00:00
esp-v2
espeak-ng
et-xmlfile Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
etcd etcd: clone the raft repo when building etcd (#9374) 2023-01-08 22:19:41 +00:00
example
exiv2 Build Exiv2 without inih library (#9437) 2023-01-17 11:24:44 -08:00
expat
exprtk
fabric fabric: fix broken build (#9035) 2022-11-22 04:29:51 -08:00
fast-dds [fast-dds] Fix asio version to 1-18-1 (#9424) 2023-01-16 04:14:42 -08:00
fasthttp infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
fastjson infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
fastjson2 Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
ffmpeg Update project.yaml 2023-01-10 08:50:41 -05:00
file Don't allow libmagic to fork (#8710) 2022-10-07 14:18:52 +01:00
filelock Filelock: fix build (#9313) 2022-12-30 00:31:21 +00:00
filesystem_spec filesystem_spec: initial integration (#9390) 2023-01-10 12:59:00 +00:00
fio
firefox [firefox] Add missing dep (#9083) 2022-12-01 10:18:19 -08:00
firestore Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
flac [flac] Add fuzzer_reencoder (#8988) 2022-11-15 17:02:06 -05:00
flask Split jinja2 fuzzers from Flask into Jinja2 project (#9191) 2022-12-19 10:45:57 -05:00
flask-restx Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
flatbuffers Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
flate2-rs
fluent-bit fluent-bit: refine build (#9321) 2022-12-30 17:14:07 +00:00
fluxcd fluxcd: Fix go.sum issues and improve CI support (#9217) 2022-12-15 07:40:15 -08:00
fmt
fonttools fonttools: import correct module (#9322) 2022-12-31 13:09:33 +01:00
freeimage
freeradius Changes needed to find libkqueue-dev package in the Network Radius ex… (#9387) 2023-01-19 16:27:18 -08:00
freetype2
fribidi fribidi: fix build (#9320) 2022-12-30 17:13:41 +00:00
frr
ftfy Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
fuzzing-puzzles
fuzztest-example fuzztest integration (#8784) 2022-11-14 13:34:29 +11:00
fuzztest-raksha fuzztest-raksha: enable new fuzzers (#9392) 2023-01-10 13:52:20 +00:00
fwupd
g-api-auth-httplib2 Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
g-api-auth-library-python Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
g-api-pubsub Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
g-api-py-api-common-protos g-api-py-api-common-protos: fix build (#9260) 2022-12-21 21:50:17 +00:00
g-api-py-oauthlib Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
g-api-python-bigquery-storage python-bigquery-storage: initial integration (#9332) 2023-01-02 15:53:10 +00:00
g-api-python-client Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
g-api-python-cloud-core Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
g-api-python-firestore Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
g-api-python-tasks Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
g-api-resource-manager Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
g-api-resumable-media-python Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
g-api-secret-manager Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
g-apis-py-api-core Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
g-cloud-logging-py Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
g-py-bigquery Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
g-py-crc32c Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
gast gast: initial integration (#9256) 2022-12-21 14:43:49 +00:00
gc-iam gc-iam: Fix issue 50290 (#8593) 2022-09-26 18:36:54 +01:00
gcloud-error-py Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
gcloud-go Upgrade infra and projects to go1.18 (#7791) 2022-06-06 11:31:04 +10:00
gcp-python-cloud-storage Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
gdal
gdbm
gdk-pixbuf gdk-pixbuf: fix build (#7807) 2022-06-06 12:01:35 +01:00
geos
gfwx
ghostscript Add another Google maintainer for ghostscript (#8942) 2022-11-07 21:02:05 +00:00
giflib
git git: add timeout for locking files (#8822) 2022-10-20 15:34:31 +01:00
gitdb gitdb: initial integration (#9341) 2023-01-03 14:50:12 +00:00
gitea Fix gitea's native fuzzers (#9378) 2023-01-09 11:30:41 +00:00
github_scarecrow Remove network call from github_scarecrow. 2022-12-07 15:03:41 +11:00
gitoxide feat(gitoxide): Adds autodetection of new fuzzers (#9553) 2023-02-01 15:48:29 -05:00
gitpython gitpython: initial integration (#9364) 2023-01-06 21:53:12 +00:00
glib Change email to google account (#9509) 2023-01-26 16:03:24 -05:00
glom idna, pyyaml, glom: cleanup build (#8956) 2022-11-09 13:48:39 +00:00
gnupg gnupg: fix build (#8145) 2022-08-04 11:23:29 +01:00
gnutls Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
go-attestation go-attestation: fix build (#6988) 2022-06-01 20:34:13 +01:00
go-containerregistry go-containerregistry: add contact (#8757) 2022-10-12 17:56:41 -04:00
go-coredns infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
go-dns infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
go-ethereum infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
go-json-iterator infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
go-redis infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
go-sftp infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
go-snappy infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
go-sqlite3 infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
go-toml go-toml: fix build error (#8451) 2022-09-09 10:54:21 -04:00
golang golang, scorecard-web, sigstore: don't use dev branch (#9106) 2022-12-01 10:25:55 -08:00
golang-protobuf golang-protobuf: refactor build (#7886) 2022-06-17 15:13:19 +01:00
gonids gonids: remove the git bisect logic for golang compiler (#9121) 2022-12-02 09:12:28 -08:00
gopacket Upgrade infra and projects to go1.18 (#7791) 2022-06-06 11:31:04 +10:00
gpac gpac: fix build (#8752) 2022-10-12 12:37:23 +01:00
gpsd Update project.yaml 2022-12-27 11:57:22 -05:00
graphicsfuzz-spirv
graphicsmagick
greenmail java projects: bump maven (#9329) 2023-01-02 14:37:13 +00:00
grok [grok] disable full codec and shared libs in cmake command (#8064) 2022-07-23 15:03:02 +01:00
groovy Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
grpc Updating gRPC contacts (#8737) 2022-10-10 23:27:40 +01:00
grpc-gateway infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
grpc-go grpc-go: refactor build (#7887) 2022-06-17 15:13:39 +01:00
grpc-httpjson-transcoding Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
grpc-py grpc-py: extend fuzzing suite (#8348) 2022-08-24 16:20:42 +01:00
grpc-swift
gson Update the Gson project to use JDK 17 (#9554) 2023-02-02 13:56:27 -08:00
gstreamer gstreamer: fix build by updating meson to latest stable release (0.63.2) (#8660) 2022-10-03 11:22:00 +01:00
guava Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
guetzli [Rolling out Centipede] Project 11 - 20 (#8802) 2022-10-26 16:59:54 +11:00
guice Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
gunicorn Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
gvisor infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
h2database add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
h2o
h3 [h3] Add @nrabinowitz to the list of H3 maintainers (#8700) 2022-10-06 19:44:44 +00:00
h5py h5py: initial integration (#9361) 2023-01-06 13:19:41 +00:00
hamcrest Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
haproxy
harfbuzz Add new fuzzer, hb-repacker-fuzzer, to harfbuzz. (#9129) 2022-12-02 16:23:39 -08:00
hcl hcl: fix broken build (#9065) 2022-11-24 13:58:46 -08:00
hdf5 hdf5: simplify build (#9463) 2023-01-19 21:08:31 +00:00
hdrhistogram Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
helm helm: fix build by patching Go minimum version in go.mod (#9389) 2023-01-10 11:12:33 +00:00
hermes [Hermes] Add v8 PoCs to seed corpus (#9546) 2023-02-01 10:16:00 -05:00
hibernate-orm Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
hiredis
hiredis-py hiredis-py: initial integration (#9403) 2023-01-11 11:49:40 +00:00
hoextdown
hostap Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
hsqldb Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
html5lib-python html5lib-python: initial integration (#9493) 2023-01-23 20:57:53 +00:00
htmlunit HtmlUnit: fix the patch to reflect last pom change (#9527) 2023-01-30 11:47:22 -05:00
htslib
http-parser http-parser: fix fuzz-introspector build (#9557) 2023-02-02 14:06:02 +00:00
http-pattern-matcher [Rolling out Centipede] Project 1 - 5 (#8690) 2022-10-20 10:12:57 +11:00
httparse
httpcomponents-client Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
httpcomponents-core Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
httplib2 httplib2: fix build (#9312) 2022-12-30 00:00:56 +00:00
httpx httpx: initial integration (#9516) 2023-01-27 13:36:04 -05:00
hugo
hunspell update hunspell auto_ccs (#8455) 2022-09-09 11:34:07 -04:00
hyperium
ibmswtpm2
ical4j
icu
idna idna, pyyaml, glom: cleanup build (#8956) 2022-11-09 13:48:39 +00:00
igraph igraph: move libxml2 download to build script (#8545) 2022-09-20 14:39:26 -04:00
ijson ijson: initial integration (#9113) 2022-12-02 10:18:12 -08:00
image-png
image-rs
imageio imageio: fix coverage build (#9443) 2023-01-17 15:31:17 -08:00
imagemagick Use official GitHub mirror for freetype instead. (#8419) 2022-09-07 13:29:11 +10:00
immer
inchi
influxdb Upgrade infra and projects to go1.18 (#7791) 2022-06-06 11:31:04 +10:00
iniconfig iniconfig: fix build (#9380) 2023-01-09 10:33:34 +00:00
ipfs
ipython Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
iroha
irssi
isodate isodate: make call to parse_date explicit (#9187) 2022-12-12 11:50:21 +00:00
istio Update project.yaml (#9162) 2022-12-07 23:27:59 +00:00
istio-ztunnel Introduce new project: istio/ztunnel (#9343) 2023-01-05 01:24:28 +00:00
itext7 itext7: Initial integration (#9485) 2023-01-23 16:24:32 -05:00
itoa Submit itoa and ryu. (#7928) 2022-07-01 01:38:42 +00:00
itsdangerous itsdangerous: initial integration (#9402) 2023-01-11 10:48:29 +00:00
jackson-core Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
jackson-databind jackson-databind: fix broken build (#9043) 2022-11-22 15:35:15 -08:00
jackson-dataformat-xml Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
jackson-dataformats-binary Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
jackson-dataformats-text Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
jackson-modules-java8 Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
jakarta-mail-api add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
janet Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
janino add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
jansson jansson: enable fuzz introspector (#9417) 2023-01-13 18:36:15 +00:00
janus-gateway
java-example Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
javaparser infra/java: Improve reproducibility of memory issues (#8736) 2022-10-19 13:51:06 -04:00
javascript-example Integrate Jazzer.js (#9466) 2023-01-31 11:31:54 -05:00
javassist [Javassist] Fix project directory and maven build script (#9037) 2022-11-22 05:59:44 -08:00
jaxb Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
jaxen [jaxen] Initial Integration (#9157) 2022-12-13 10:38:54 +11:00
jaxrpc-api [jaxrpc] Initial Integration for jaxrpc-api (#9447) 2023-01-20 08:13:26 +11:00
jbig2dec Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
jedi jedi: initial integration (#9518) 2023-01-27 21:40:41 +00:00
jersey Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
jettison add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
jetty add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
jimfs Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
jinja2 Split jinja2 fuzzers from Flask into Jinja2 project (#9191) 2022-12-19 10:45:57 -05:00
jmespathpy jmespathpy: catch recursion errors (#9179) 2022-12-10 14:43:12 +00:00
jmh Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
joda-time Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
jopt-simple [jopt-simple] Initial Integration (#9246) 2022-12-21 12:10:08 -05:00
jsc
jsign add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
jsmin Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
json [unrar][libpng][json] Reenable MSAN (#8336) 2022-08-23 17:43:33 -04:00
json-c Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
json-java infra/java: Improve reproducibility of memory issues (#8736) 2022-10-19 13:51:06 -04:00
json-patch infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
json-sanitizer Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
json5format
jsoncons
jsoncpp Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
jsonnet jsonnet: fix build (#9066) 2022-11-24 22:38:49 +00:00
jsonparser infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
jsonpath [jsonpath] Initial Integration (#9102) 2022-12-01 10:27:21 -08:00
jsonschema jsonschema: refine build to enable coverage (#7835) 2022-06-09 14:39:28 +01:00
jsoup Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
jstl-api [jstl-api] Initial Integration for jstl-api (#9550) 2023-02-01 10:11:37 -05:00
juju infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
jul-to-slf4j add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
junrar infra/java: Improve reproducibility of memory issues (#8736) 2022-10-19 13:51:06 -04:00
jupyter-nbconvert jupyter-nbconvert: initial integration (#9490) 2023-01-23 21:07:59 +00:00
jupyter_server jupyter_server: install npm to fix build (#8557) 2022-09-21 17:36:53 +01:00
jwt-verify-lib jwt-verify-lib: OSS-fuzz integration for bazel project (#8909) 2022-11-07 10:34:03 -05:00
kafka [Kafka]: Fix issue 51986 51996 (#8641) 2022-09-30 15:16:57 +01:00
kamailio
karchive karchive/kcodecs: Build the kf5 branches for now (#9481) 2023-01-23 14:23:28 +01:00
kcodecs karchive/kcodecs: Build the kf5 branches for now (#9481) 2023-01-23 14:23:28 +01:00
keras keras: add model loading fuzzer (#9414) 2023-01-12 20:20:50 +00:00
keystone Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
kimageformats kimageformats: upgrade libjxl (#9462) 2023-01-20 03:08:53 -08:00
kiwisolver Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
knative knative: move fuzzers to cncf-fuzzing (#9330) 2023-01-02 06:16:04 -08:00
knot-dns
krb5 krb5: refine set up (#9036) 2022-11-22 13:48:54 +00:00
kryo Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
kubeedge kubeedge: fix broken build (#9067) 2022-11-24 14:59:23 -08:00
kubernetes add aojea to kubernetes project (#8890) 2022-10-31 14:22:24 +00:00
kubernetes-cluster-api
lame Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
lcms lcms: simplify universal fuzzer (#9099) 2022-11-30 21:44:05 +00:00
leptonica
leveldb
libaom libaom: disable building of tools (#9563) 2023-02-02 16:25:18 +00:00
libarchive libarchive: handle erroneous archives (#9452) 2023-01-18 16:01:44 +00:00
libass libass: migrate to upstream changes (#8552) 2022-09-21 15:18:39 +01:00
libavc [libavc, libhevc, libmpeg2]: Update repository paths (#9530) 2023-01-31 15:35:57 -08:00
libavif
libbpf [libbpf] add more libbpf contributors (#9245) 2022-12-20 06:52:42 -08:00
libcacard
libcbor
libcoap Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
libcst libcst: catch recursion issues (#9150) 2022-12-07 10:33:59 +00:00
libdwarf libdwarf: fix build (#8888) 2022-10-29 16:19:49 -02:00
libecc [libecc] Fix build (#9542) 2023-01-31 15:33:06 -08:00
libevent libevent: extend fuzzing suite (#9122) 2022-12-05 10:47:35 +00:00
libexif Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
libfdk-aac updating yaml files to remove old vendor_ccs, add new ones, and alphabetize (#8855) 2022-10-26 13:13:24 -04:00
libfido2 libfido2: enable more fuzzing engines (#9467) 2023-01-20 03:07:03 -08:00
libgd
libgit2
libheif Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
libhevc [libavc, libhevc, libmpeg2]: Update repository paths (#9530) 2023-01-31 15:35:57 -08:00
libhtp libhtp: adds people (#9446) 2023-01-18 04:53:25 -08:00
libical
libidn libidn: fix build. (#7940) 2022-07-04 01:35:53 +01:00
libidn2 Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
libiec61850
libigl
libjpeg-turbo
libjxl Update build.sh for libjxl (#8007) 2022-07-14 12:50:18 +01:00
libldac updating yaml files to remove old vendor_ccs, add new ones, and alphabetize (#8855) 2022-10-26 13:13:24 -04:00
liblouis
libmicrohttpd
libmodbus Fix mail authorization. (#8101) 2022-07-31 21:39:16 +01:00
libmpeg2 [libavc, libhevc, libmpeg2]: Update repository paths (#9530) 2023-01-31 15:35:57 -08:00
libpcap libpcap: change my email address in project.yaml. (#8001) 2022-07-13 13:23:46 +01:00
libpg_query libpg_query: add maintainer (#9042) 2022-11-22 22:24:03 +00:00
libphonenumber libphonenumber: fix build (#8298) 2022-08-19 11:09:25 +01:00
libplist libplist: Add OpenStep fuzzer (#9377) 2023-01-09 03:53:41 +00:00
libpng Update libpng (#8994) 2022-11-16 12:05:09 -08:00
libpng-proto
libprotobuf-mutator
libpsl
libra
libraw Don't use centipede's install script (#8870) 2022-10-26 18:52:22 -04:00
librawspeed
librdkafka Don't use centipede's install script (#8870) 2022-10-26 18:52:22 -04:00
libredwg
libreoffice
libressl Fix libgmp download in multiple projects (#9314) 2022-12-30 05:32:40 -08:00
libsass Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
libsndfile
libsodium
libspectre Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
libspng libspng: fix build (#8880) 2022-10-28 02:20:34 +01:00
libsrtp
libssh
libssh2
libtasn1
libteken
libtheora
libtiff
libtorrent
libtpms
libtsm
libucl
libusb
libvips libvips: remove libjxl dependency (#8908) 2022-11-03 11:31:37 +00:00
libvnc libvnc: add one more mail address for contacts (#9482) 2023-01-23 14:18:50 +01:00
libvpx
libwebp libwebp: add libsharpyuv to link line (#8150) 2022-08-04 12:59:18 -04:00
libwebsockets libwebsockets: generalise build. (#9009) 2022-11-17 22:15:59 +00:00
libxls
libxml2 [libxml2] [libxslt] Build requires newer automake (#8365) 2022-08-29 13:20:25 +01:00
libxslt [libxml2] [libxslt] Build requires newer automake (#8365) 2022-08-29 13:20:25 +01:00
libyal libyal: work-around for missing i386 dependencies (#8465) 2022-09-11 14:33:10 +01:00
libyaml Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
libyang libyang: add new include dir (#9012) 2022-11-18 02:22:28 -08:00
libyuv
libzip
libzmq
lighttpd
linkerd2 infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
linkerd2-proxy
lldb-eval
lldpd [lldpd] initial integration (#8577) 2022-09-29 15:09:49 -04:00
llhttp
llvm llvm: fix broken build (#8211) 2022-08-12 14:10:26 -07:00
llvm_libcxx
llvm_libcxxabi
lodepng
log4j2 Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
logback Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
loki Update logql package location (#7399) 2022-06-03 11:32:27 +01:00
looker-sdk Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
lotus lotus: fix broken build (#8570) 2022-09-23 10:29:46 -07:00
lua
lwan
lxc [lxc] move apt-gets and pips to the lxc repository (#7837) 2022-06-09 14:56:49 -04:00
lxml lxml: use upstream static dependencies (#9136) 2022-12-05 12:12:38 -08:00
lz4 Update ownership of Meta projects. (#8093) 2022-07-28 15:31:19 -07:00
lzma
lzo lzo: unpoison the working buffer (#7941) 2022-07-05 15:07:32 +10:00
mako Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
mandelbulber
mapserver [mapserver] Disable memory sanitizer (#8667) 2022-10-04 11:45:43 -04:00
markdown-it-py markdown-it-py: initial integration (#9492) 2023-01-23 20:58:28 +00:00
markupsafe markupsafe: update build (#9468) 2023-01-20 12:35:05 +00:00
matio
matplotlib Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
maven Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
mbedtls Fix mbed TLS builds (#8954) 2022-11-12 23:21:44 +00:00
md4c
mdbtools
mdurl mdurl: initial integration (#9512) 2023-01-27 13:35:15 -05:00
mercurial
meshoptimizer
minify infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
miniz Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
miniz_oxide Fix miniz_oxide coverage build (#8999) 2022-11-17 19:57:24 +11:00
minizip minizip: fix build (#8693) 2022-10-06 13:30:51 +01:00
moby moby: improve daemon fuzzer (#9140) 2022-12-05 14:08:31 -08:00
monero
mongoose [build-infra] bad build check using --privileged,--cap-add=all to enable netdriver (#8871) 2022-10-27 08:19:21 -04:00
more-itertools more-iteratools: initial integration (#9365) 2023-01-06 21:53:41 +00:00
mosh mosh: fix code coverage (#8025) 2022-07-19 12:33:47 +01:00
mosquitto mosquitto: initial integration (#9536) 2023-02-02 14:50:33 +00:00
mp4parse-rust [mp4parse-rust] Update project.yaml (#9416) 2023-01-18 11:32:09 -08:00
mpg123
mrab-regex mrab-regex: add more fuzzers (#9339) 2023-01-03 11:39:29 +00:00
mruby
msal Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
msgpack-c
msgpack-python msgpack-python: initial integration (#9095) 2022-11-30 10:07:56 -08:00
msquic Add members in auto_ccs (#8885) 2022-10-28 23:56:06 +01:00
mtail infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
muduo muduo: do not build examples (#9560) 2023-02-02 07:12:30 -08:00
muparser Fix muparser (#9006) 2022-11-17 09:35:12 -08:00
mupdf Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
mxj mxj: Fix build (#9105) 2022-12-01 10:26:28 -08:00
myanmar-tools [Rolling out Centipede] Project 11 - 20 (#8802) 2022-10-26 16:59:54 +11:00
mysql-connector-j Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
mysql-server
naga naga: initial integration (#9025) 2022-11-30 00:47:32 +00:00
nanopb Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
nats infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
ndpi nDPI: use dictionaries and remove libjson (#9517) 2023-01-27 13:35:43 -05:00
neomutt
nestegg
net-snmp
netaddr-py Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
netcdf netcdf: fix build (#8881) 2022-10-28 02:58:13 +01:00
netdata
nettle Fix libgmp download in multiple projects (#9314) 2022-12-30 05:32:40 -08:00
netty [netty] Add more fuzz targets (#9224) 2022-12-16 14:45:43 -08:00
networkx networkx: initial integration (#9342) 2023-01-03 16:52:23 +00:00
nfstream [nfstream] Fix build. (#8475) 2022-09-12 09:57:41 -07:00
nghttp2 nghttp2: update build to fit new fuzzer (#8149) 2022-08-10 10:32:46 +01:00
nginx
ngolo-fuzzing ngolo-fuzzing: cleans while building (#9038) 2022-11-23 08:27:32 -05:00
ngolo-fuzzing-x ngolo-fuzzing: cleans while building (#9038) 2022-11-23 08:27:32 -05:00
ninja Reenable MSAN for some more projects (#8523) 2022-09-19 01:43:22 +00:00
nio-multipart-parser [nio-multipart-parser] Initial Integration (#9214) 2022-12-16 17:32:00 -08:00
njs Removed outdated contact from njs project. (#8026) 2022-07-19 12:31:46 +01:00
nodejs
nom
notary notary: Add maintainer (#9419) 2023-01-13 11:02:46 -08:00
nss Add Mozilla service account (#9047) 2022-11-28 09:11:39 -05:00
ntlm2 Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
ntp Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
ntpsec ntpsec: remove email from project.yaml (#9310) 2022-12-29 11:36:16 +00:00
num-bigint Roll clang to llvmorg-15-init-1464-gbf7f8d6f (#8313) 2022-08-24 10:31:28 -04:00
numpy Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
oak Update contacts for Oak (#8766) 2022-10-13 09:49:54 -07:00
oatpp Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
oauth2 [oauth2]: Fix unicode error (#8643) 2022-09-30 17:01:57 +01:00
oauthlib Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
okhttp Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
olefile olefile: do not fail if tmp file can't be removed (#8883) 2022-10-28 14:51:02 +01:00
oniguruma
open62541
openbabel Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
opencensus-cpp opencensus-cpp: fix build (#9305) 2022-12-28 13:30:41 -08:00
opencv Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
opendds
opendnp3 Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
openexr
openh264 [openh264] Update vendor_ccs list (#8376) 2022-08-30 15:58:14 -04:00
openjpeg Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
openpyxl [openpyxl]: fix exception control for internal error (#8616) 2022-09-28 14:42:57 +01:00
opensc Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
opensips opensips: Move all oss-fuzz testing into opensips/opensips (#8453) 2022-09-09 10:25:46 +01:00
opensk
openssh [openssh] Turn off toolchain hardening flags in configure (#8394) 2022-09-02 11:12:01 +01:00
openssl [openssl] Targets for OpenSSL 1.1.1 branch and 32 bit (#8969) 2022-11-16 17:50:02 +11:00
openthread
openvpn
openvswitch
openweave
openyurt [Feat] openyurt fuzz support (#8062) 2022-08-09 14:30:46 -04:00
opt_einsum opt_einsum: initial integration (#9405) 2023-01-11 14:29:06 +00:00
opus
opusfile
oracle-py-cx oracle-py-cx: select port from a range (#8905) 2022-11-01 13:01:14 +00:00
orbit Roll clang to llvmorg-15-init-1464-gbf7f8d6f (#8313) 2022-08-24 10:31:28 -04:00
orjson orjson: catch recursion limit exception (#8295) 2022-08-19 13:37:46 +10:00
oscrypto oscrypto: initial integration (#9258) 2022-12-21 16:38:17 +00:00
osgi Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
osquery Update ownership of Meta projects. (#8093) 2022-07-28 15:31:19 -07:00
ossf-scorecard scorecard: fix broken build (#8174) 2022-08-06 17:48:18 +01:00
ostree ostree: fix build (#8016) 2022-07-14 23:09:33 +00:00
ots
p9
p11-kit
packaging packaging: initial integration (#9315) 2022-12-30 13:30:20 +00:00
pandas pandas: fix build (#9181) 2022-12-10 21:08:22 +00:00
paramiko paramiko: fix fuzzer (#9502) 2023-01-25 13:33:22 +00:00
parso parso: catch recursion errors (#9501) 2023-01-25 11:58:23 +00:00
pasta pasta: catch recursion error (#9324) 2022-12-31 13:11:20 +01:00
pcapplusplus pcapplusplus: enable fuzz introspector (#9115) 2022-12-02 02:05:59 -08:00
pcl
pcre2 The PCRE2 repo has moved (#8651) 2022-10-01 11:15:07 +01:00
pendulum pendulum: initial integration (#9521) 2023-01-29 11:27:12 +00:00
perfetto Update project.yaml CCs (#8853) 2022-10-26 09:23:05 -04:00
pest pest: added an additional grammar fuzzer target (#8849) 2022-10-25 10:54:10 -04:00
pffft Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
phmap
php Pin php to older clang version (#8485) 2022-09-13 23:45:19 +01:00
picotls
pidgin pidgin: fix build (#8060) 2022-07-23 01:14:26 +01:00
piex [Rolling out Centipede] Project 11 - 20 (#8802) 2022-10-26 16:59:54 +11:00
pigweed
pillow Pillow: update email (#9281) 2022-12-27 10:00:21 -05:00
pip Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
pistache Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
pjsip [PJSIP] update e-mail access. (#9190) 2022-12-13 04:50:36 -08:00
plexus-utils add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
ply ply: initial integration (#9311) 2022-12-29 12:06:12 +00:00
pngquant
poco
poppler Fix poppler build (#8891) 2022-10-31 10:16:09 +00:00
postfix
postgis
postgresql postgresql: fix build (#8963) 2022-11-10 01:05:42 +00:00
powerdns powerdns: Use the HTTP corpus for the YaHTTP fuzzing target (#9082) 2022-11-28 15:43:58 -05:00
presidio [presidio] initial integration (#7783) 2022-06-08 17:35:21 -04:00
proftpd proftpd: remove artifacts as they're upstream (#9031) 2022-11-22 10:32:01 +00:00
proj4 Speculative fix for proj4 in CIFuzz. (#8771) 2022-10-13 20:57:26 +00:00
prometheus infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
prost
proto-plus-python proto-plus-python: catch recursion errors (#9290) 2022-12-27 20:09:42 +00:00
protobuf-c protobuf-c: fix build (#9072) 2022-11-25 11:47:30 +00:00
protobuf-java Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
protobuf-python Change label prefix for protobuf projects (#8944) 2022-11-08 13:32:18 +11:00
protoreflect infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
proxygen Update ownership of Meta projects. (#8093) 2022-07-28 15:31:19 -07:00
psqlparse Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
psycopg2 Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
pugixml pugixml: speed up build (#9019) 2022-11-21 10:43:36 +00:00
pulumi infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
pupnp [pupnp] shift files (#8705) 2022-10-07 10:16:06 +01:00
py-serde Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
pyasn1 Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
pyasn1-modules pyasn1-modules: initial integration (#9293) 2022-12-28 10:16:42 +00:00
pycparser pycparser: generalise fuzzer and add corpus (#9323) 2022-12-31 13:10:08 +01:00
pycrypto Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
pycryptodome Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
pydantic pydantic: initial integration (#9259) 2022-12-21 18:05:27 +00:00
pydateutil Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
pygments
pyjson5 pyjson5: ignore recursion errors (#9522) 2023-01-29 11:26:58 +00:00
pyjwt pyjwt: catch PyJWTError exceptions (#8645) 2022-10-14 06:49:39 -04:00
pymysql pymysql: initial integration (#9295) 2022-12-28 17:44:54 +01:00
pynacl pynacl: initial integration (#9373) 2023-01-07 12:57:04 +00:00
pyodbc pyodbc: write .odbcinst.init file in /tmp/ (#9034) 2022-11-22 12:17:05 +00:00
pyparsing pyparsing: update project yaml (#8931) 2022-11-05 14:42:35 +00:00
pyrsistent pyrsistent: upate project.yaml (#8896) 2022-10-31 12:26:25 +00:00
pytest-py pytest-py: initial integration (#9366) 2023-01-06 21:54:05 +00:00
python-email-validator python-email-validator: fix no corpus issue (#9537) 2023-01-31 15:33:32 -08:00
python-fastjsonschema python-fastjsonschema: initial integration (#9514) 2023-01-27 12:51:06 -05:00
python-lz4
python-markdown python-markdown: catch recursion errors (#9291) 2022-12-27 20:50:42 +00:00
python-phonenumbers python-phonenumbers: initial integration (#9369) 2023-01-09 14:48:54 +11:00
python-rsa Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
python-tabulate python-tabulate: fix primay maintainer email (#8775) 2022-10-14 12:14:36 +01:00
python3-libraries [python3-libraries] Add dictionary for AST fuzzer (#7877) 2022-06-16 13:04:28 +01:00
pytz Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
pyxdg pyxdg: enable pysecsan (#8653) 2022-10-01 17:02:51 +01:00
pyyaml idna, pyyaml, glom: cleanup build (#8956) 2022-11-09 13:48:39 +00:00
qcms
qemu qemu: add libslirp dependency (#8674) 2022-10-04 15:39:34 -04:00
qpdf Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
qpid-proton
qt qt: move Qt source clones to subfolder (#8734) 2022-10-10 11:04:23 -07:00
qubes-os Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
quic-go quic-go: update repo path to quic-go/quic-go (#9479) 2023-01-23 11:59:33 +11:00
quick-xml
quickjs
racket
radare2
radon infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
rapidjson
rdkit
re2 Reenable MSAN for some more projects (#8523) 2022-09-19 01:43:22 +00:00
readstat
realm-core
redis-py Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
redis-rs redis-rs: update maintainer contact info (#8852) 2022-10-26 16:01:34 -04:00
rekor Update email for rekor maintainer (#9430) 2023-01-16 14:15:10 +00:00
relic Roll clang to llvmorg-15-init-1464-gbf7f8d6f (#8313) 2022-08-24 10:31:28 -04:00
reload4j Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
requests Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
resiprocate [resiprocate]: build with CMake (#9232) 2022-12-18 10:09:54 -05:00
retrofit Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
retry [retry]: Fix empty message handling (#8631) 2022-09-29 18:09:44 +01:00
rhino add Rhino primary contact (#9371) 2023-01-09 10:10:27 +11:00
rich rich: initial integration (#9520) 2023-01-28 13:06:29 +00:00
ring
rnp cmake flag to support upcoming rnp changes (#9092) 2022-11-30 10:09:13 -08:00
rocksdb Update ownership of Meta projects. (#8093) 2022-07-28 15:31:19 -07:00
ron ron: initial integration (#8676) 2022-10-06 10:52:13 -04:00
ruby Fix bug that affects reproducibility (#9176) 2022-12-09 21:44:05 +00:00
runc infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
rust-brotli initial integration of rust-brotli (#8722) 2022-10-10 11:06:29 -07:00
rust-lexical Initial Integration of rust-lexical (#8469) 2022-09-13 15:43:24 -07:00
rust-regex
rustcrypto Roll clang to llvmorg-15-init-1464-gbf7f8d6f (#8313) 2022-08-24 10:31:28 -04:00
rustls rustls: copy out fuzzers in general manner (#9429) 2023-01-16 10:57:32 +00:00
rxjava Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
ryu Submit itoa and ryu. (#7928) 2022-07-01 01:38:42 +00:00
s2geometry
s2opc S2OPC: update build parameters (#8142) 2022-08-03 18:03:00 +01:00
samba Add abartlet's primary e-mail to Samba project (#8675) 2022-10-04 15:39:04 -04:00
scapy
scikit-learn Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
scipy scipy: initial integration (#9384) 2023-01-09 22:41:54 +00:00
scorecard-web golang, scorecard-web, sigstore: don't use dev branch (#9106) 2022-12-01 10:25:55 -08:00
selinux [selinux] replace PCRE by PCRE2 (#8655) 2022-10-01 20:13:37 +01:00
sentencepiece
serde-yaml
serde_json
serde_urlencoded Initial integration serde_urlencoded (#8680) 2022-10-06 10:50:16 -04:00
serenity
servo
servo-core Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
setuptools setuptools: initial integration (#9336) 2023-01-02 19:34:17 +00:00
sigstore Update cc for sigstore project (#9473) 2023-01-21 13:23:34 +00:00
simd Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
simdjson
simplejson simplejson: add encoder fuzzer (#9325) 2022-12-31 13:12:22 +01:00
skcms [Rolling out Centipede] Project 6 - 10 (#8801) 2022-10-24 09:35:41 +11:00
skia [skia] Fix build by downloading and using ninja (#9551) 2023-02-01 19:12:52 +00:00
skia-ftz Add real email address 2022-09-16 16:40:30 -04:00
sleuthkit sleuthkit: fix build (#8694) 2022-10-06 13:30:40 +01:00
slf4j-api add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
smart_open Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
smt infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
snakeyaml snakeyaml: add loader options to the safe constructor (#9432) 2023-01-17 02:19:30 -08:00
snappy
solidity Bump up evmone version. (#9020) 2022-11-21 02:43:11 -08:00
sound-open-firmware
soupsieve soupsieve: catch recursion errors (#9205) 2022-12-14 11:38:32 +00:00
spdk spdk: update Michal Berger's e-mail (#8591) 2022-09-26 11:40:26 +01:00
spdlog Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
speex Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
spice-usbredir Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
spicy
spidermonkey Add Mozilla service account (#9047) 2022-11-28 09:11:39 -05:00
spidermonkey-ufi Add Mozilla service account (#9047) 2022-11-28 09:11:39 -05:00
spirv-tools spirv-tools: partially unshallow spirv-tools clone (#9559) 2023-02-02 07:13:12 -08:00
spotify-json
spring-amqp Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
spring-boot spring-boot: fix build (#9445) 2023-01-20 08:12:03 +11:00
spring-boot-actuator spring-boot-actuator: fix build (#9433) 2023-01-17 02:19:51 -08:00
spring-cloud-commons Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
spring-cloud-config Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
spring-cloud-netflix Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
spring-cloud-sleuth-brave [spring-cloud-sleuth-brave] initial integration (#8780) 2023-01-23 16:48:13 +11:00
spring-cloud-stream Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
spring-data-jpa add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
spring-data-keyvalue add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
spring-data-mongodb Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
spring-data-redis Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
spring-framework spring-oxm: initial integration (#9472) 2023-01-27 11:40:46 -05:00
spring-integration Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
spring-ldap add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
spring-retry Delete empty (and duplicate) primary contact 2022-12-28 12:41:57 -05:00
spring-security Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
spring-shell Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
spring-webflow Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
sql-parser
sqlalchemy
sqlalchemy-utils Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
sqlalchemy_jsonfield Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
sqlite3 Update project.yaml 2022-08-15 21:01:53 -04:00
sqlparse sqlparse: avoid recursion issues (#9186) 2022-12-12 10:32:51 +00:00
stb Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
stringtemplate4 add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
strongswan
sudoers
suricata suricata: fix rust+C MSAN build (#9478) 2023-01-21 23:00:18 +01:00
swc swc: Initial integration (#8847) 2022-10-25 14:11:41 -04:00
swift-nio
swift-protobuf Update Cory's requested address. (#8057) 2022-07-22 10:10:06 -04:00
systemd Update project.yaml 2022-08-12 08:50:30 -04:00
syzkaller infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
tailscale infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
tarantool [tarantool] Enable centipede engine (#8990) 2022-11-25 13:58:00 +11:00
tcmalloc tcmalloc: fix build by setting bazel to 5.4.0 (#9304) 2022-12-28 19:53:24 +00:00
tdengine tdengine: fix broken build (#8182) 2022-08-08 15:20:59 +01:00
teleport Update Teleport Project to include adam@adalogics.com (#9240) 2022-12-19 13:06:12 -05:00
tendermint projects/tendermint: update project contacts (#9073) 2022-11-25 13:23:10 -08:00
tensorflow tensorflow: enable coverage build (#9568) 2023-02-02 22:49:19 +00:00
tensorflow-py tensorflow-py: fix build (#9420) 2023-01-14 00:09:25 +00:00
tesseract-ocr
textwrap initial intigraion of textwrap (#8770) 2022-10-19 14:06:42 -04:00
thrift
tidb tidb: fix broken build (#9068) 2022-11-24 15:22:14 -08:00
tidy-html5 Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
tink
tint
tinycss2 tinycss2: initial integration (#9491) 2023-01-23 21:07:37 +00:00
tinygltf Remove @syoyo as CC (#8951) 2022-11-08 13:34:53 -08:00
tinyobjloader Remove @syoyo as CC (#8951) 2022-11-08 13:34:53 -08:00
tinyusb feat(tinyusb): Adds support for seed corpus integration (#9525) 2023-01-30 11:29:46 +11:00
tinyxml2
tmux
tomcat apache-commons: update project.yaml (#9050) 2022-11-29 16:40:09 +11:00
toml Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
toml_edit toml_edit: Fixes build error (#8665) 2022-10-03 21:40:20 +01:00
tomli tomli: initial integration (#9193) 2022-12-16 23:57:23 +00:00
tomlkit tomlkit: catch recursion errors (#9524) 2023-01-29 13:40:05 +00:00
toolbelt toolbelt: initial integration (#9360) 2023-01-06 13:19:55 +00:00
tor
tpm2
tpm2-tss tpm2-tss: disable spi lt2go TCTI (#9264) 2022-12-22 16:28:21 -05:00
tqdm tqdm: initial integration (#8416) 2022-09-27 16:51:08 +01:00
trafficserver Request access for project trafficserver (#8961) 2022-11-10 10:16:53 +00:00
tremor Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
trust-dns trust-dns: initial integration (#8711) 2022-10-10 11:15:30 -07:00
tungstenite-rs initial intigration of tungstenite (#8805) 2022-10-31 14:38:19 -04:00
typescript-example Integrate Jazzer.js (#9466) 2023-01-31 11:31:54 -05:00
u-root u-root: gosh - update file paths (#9379) 2023-01-09 01:16:28 -08:00
uint256 uint256: fix failing build (#8370) 2022-08-29 14:45:10 +00:00
ujson
unbound unbound: update build and project.yaml (#8749) 2022-10-12 11:51:04 +01:00
underscore underscore: initial integration (#8185) 2022-08-17 14:12:18 -04:00
unicode-rs
unicorn Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
unit unit project suggestions and improvements (#8741) 2022-10-11 13:24:47 +01:00
unrar Add drubery@chromium.org as auto_cc for unrar (#8719) 2022-10-07 16:20:35 -07:00
upb Change label prefix for protobuf projects (#8944) 2022-11-08 13:32:18 +11:00
uriparser
uritemplate uritemplate: initial integration (#9296) 2022-12-28 18:11:39 +01:00
urllib3
usbguard Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
usrsctp Update usrsctp auto_ccs (remove Googlers) (#7817) 2022-06-08 10:37:22 +01:00
utf8proc
util-linux [util-linux] bring back 32-bit builds (#9011) 2022-11-18 02:29:47 -08:00
uwebsockets
valijson Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
varnish
vitess
vlc
vorbis Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
w3m
wabt wabt: update primary_contact and add auto_ccs (#9125) 2022-12-02 10:53:19 -08:00
wasm3
wasmer wasmer: move targets upstream (#9354) 2023-01-05 12:00:43 +11:00
wasmtime Add Rainy Sinclair to wasmtime (#9147) 2022-12-07 08:50:21 -08:00
wavpack
wazuh
websocket-client Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
websockets Submit the websockets project. (#8339) 2022-08-25 14:18:37 -04:00
weechat
wget [wget] Fix build by installing libz-dev (#9223) 2022-12-16 14:45:57 -08:00
wget2 [wget2] Add libz-dev to fix the build (#9180) 2022-12-10 10:40:44 -08:00
wheel wheel: initial integration (#9316) 2022-12-30 13:29:20 +00:00
wireshark Wireshark: Update build options and dependencies. (#9241) 2022-12-19 15:15:40 -05:00
woff2 [Rolling out Centipede] Project 1 - 5 (#8690) 2022-10-20 10:12:57 +11:00
wolfmqtt [wolfssl, wolfmqtt] Fix builds (#9519) 2023-01-28 11:37:30 +01:00
wolfssl [wolfssl, wolfmqtt] Fix builds (#9519) 2023-01-28 11:37:30 +01:00
woodstox Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
wpantund
wuffs [Rolling out Centipede] Project 11 - 20 (#8802) 2022-10-26 16:59:54 +11:00
wxwidgets
xbps
xerces-c
xlrd Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
xmlpull Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
xmlsec
xmltodict xmltodict: don't fail on recursion error (#8606) 2022-09-27 17:22:32 +01:00
xnio-api [xnio] Initial Integration for xnio-api (#9448) 2023-01-20 08:16:19 +11:00
xnu
xpdf
xs [xs] Set metering limits in xs fuzzer (#9458) 2023-01-19 11:27:31 -05:00
xstream add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
xvid
xz Disable dataflow builds for projects that have enabled it. (#7968) 2022-07-07 13:27:39 +02:00
yajl-ruby
yara yara: fix build (#9252) 2022-12-20 13:22:01 -08:00
yarl yarl: initial integration (#9192) 2022-12-13 10:42:13 +00:00
ygot infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
zeek zeek: Prune cc list (#8851) 2022-10-31 18:06:49 -04:00
zip-rs
zip4j add permalink to maven archive (#9335) 2023-01-02 14:49:08 -05:00
zipp Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
zlib Update example_flush_fuzzer.c (#8688) 2022-10-06 18:50:04 +00:00
zlib-ng
znc Set flags to use old pass manger (#7828) 2022-06-09 19:39:25 +10:00
zopfli [Rolling out Centipede] Project 11 - 20 (#8802) 2022-10-26 16:59:54 +11:00
zstd Add fuzzing on i386 for zstd (#9498) 2023-01-25 16:53:16 +01:00
zxing Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987) 2022-11-16 17:48:01 +11:00
zydis