oss-fuzz/projects
Martijn van Beurden afdf1caa5d
flac: only disable signed integer sanitizing on decoder fuzzers (#7687)
oss-fuzz has reported numerous signed integer overflow problems
in flac that cannot be reasonably fixed. The problem is that
flac uses some math that is numerically unstable when fed with
random data, and as these are only audio samples, this overflow
is not a problem. Therefore, I added
`__attribute__((no_sanitize("signed-integer-overflow")))` to a few
functions in the flac sources.

However, while a decoder fed with random data has this problem,
an decoder that is being used to verify an encoder fed with random
data should never overflow. As the same functions are used, the
flac sources should be compiled twice: once with the mentioned
attributes for the decoder fuzzers, and once without them for the
encoder fuzzers.

Note that the define passed in this code is not yet integrated in
libflac, but this change should happen first or else the old
bugs appear again
2022-05-09 16:39:59 -04:00
..
abseil-cpp [abseil-cpp] Add missing @bazel_skylib dependency. (#7664) 2022-05-03 14:07:00 -05:00
aiohttp aiohttp: add multipart and payload fuzzer (#7666) 2022-05-04 11:55:22 +01:00
alembic Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
apache-commons Add new CI employee to Java projects (#7376) 2022-03-13 17:46:24 +00:00
apache-commons-codec Apache commons-codec initial integration (#7596) 2022-04-26 17:36:41 +10:00
apache-commons-io Initial integration files for apache commons-io (#7571) 2022-04-26 17:17:14 +10:00
apache-commons-jxpath [apache-commons-jxpath] Initial Integration (#7582) 2022-04-26 17:14:12 +10:00
apache-commons-lang apache-commons-lang: Initial integration (#7608) 2022-04-27 13:44:05 +10:00
apache-httpd apache-httpd: remove old patching logic (#6848) 2021-11-18 11:40:06 +00:00
arduinojson Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
argo Update project.yaml (#7178) 2022-01-24 19:51:46 +00:00
arrow Remove defunct email address from project arrow (#6840) 2021-11-17 14:53:03 +00:00
arrow-java Submit Arrow-Java for inclusion (#7171) 2022-01-28 17:47:00 +00:00
aspell Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
assimp assimp: switch to new base builder (#6448) 2021-09-15 14:39:15 +00:00
astc-encoder Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
augeas Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
avahi Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
bad_example Fixed small typo in projects/bad_example (#5174) 2021-02-11 15:26:07 -08:00
bazel-rules-fuzzing-test Switch the cel-cpp project to the new Bazel build script. This reduces the build.sh file to a single line. (#5549) 2021-04-02 20:01:49 -07:00
bazel-rules-fuzzing-test-java [infra][jvm] Split out JVM projects to their own builder. (#6336) 2021-08-30 06:51:24 -07:00
bearssl Re-enable MSAN and activate more CF operations (#7062) 2022-01-26 06:43:41 -08:00
bignum-fuzzer Mbed TLS: update references to old Github org (#7487) 2022-03-31 16:42:43 +00:00
bind9 [bind9]: Update the list of contacts for BIND 9 (#7370) 2022-03-09 13:08:16 +00:00
binutils binutils: align fuzzers with upstream (#7527) 2022-04-07 14:49:18 +01:00
bitcoin-core bitcoin-core: Fix msan (#7472) 2022-03-29 16:50:42 -04:00
blackfriday add Add base-builder-go-codeintelligencetesting for next 15 projects (#7518) 2022-04-06 15:12:34 -04:00
bleach infra: add Python coverage support (#7298) 2022-04-06 10:31:34 -04:00
bloaty Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
bls-signatures [bls-signatures] Enable additional operations (#7220) 2022-02-01 09:27:15 -05:00
bluez bluez: initial integration (#6752) 2021-12-21 14:29:08 -08:00
boost Install python in projects that depend on it. (#6251) 2021-08-20 05:16:38 +00:00
boost-json [boost-json] fix coverage build (#6781) 2021-11-05 20:33:55 +00:00
boringssl boringssl: Remove -std=c++11 (#7623) 2022-04-25 16:43:17 +00:00
botan [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
brotli Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
brotli-java Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
brunsli Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
bs4 infra: add Python coverage support (#7298) 2022-04-06 10:31:34 -04:00
bzip2
c-ares Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
c-blosc Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
c-blosc2 [c-blosc2] Remove email address from auto-css. (#7117) 2022-01-11 13:00:59 -05:00
caddy add Add base-builder-go-codeintelligencetesting for next 15 projects (#7518) 2022-04-06 15:12:34 -04:00
cairo fix link path (#7627) 2022-04-27 10:08:00 +01:00
capnproto Adds an email to capnproto project (#6122) 2021-07-27 19:58:15 +00:00
capstone update documenation (#5462) 2021-03-21 18:56:53 -07:00
cascadia add Add base-builder-go-codeintelligencetesting for next 15 projects (#7518) 2022-04-06 15:12:34 -04:00
casync [Ubuntu upgrade] Disable MSAN in projects that will have false positives. (#6303) 2021-08-25 22:14:20 -07:00
catapult
cbor-java cbor-java: initial integration (#6788) 2022-05-06 14:14:17 +10:00
cctz cctz: initial integration. (#4806) 2021-02-10 09:04:39 -08:00
cel-cpp Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
cel-go Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
cfengine [cfengine] Initial integration (#5496) 2021-05-12 12:08:33 -07:00
cifuzz-example Test handling of untracked files 2021-11-30 11:43:54 -08:00
cilium Add base-builder-go-codeintelligencetesting for 15 projects (#7320) 2022-03-03 17:53:32 +11:00
circl [circl] Project integration (#7262) 2022-02-16 14:51:06 +11:00
civetweb [civetweb] Disable DFSAN builds. (#5834) 2021-05-25 08:34:46 -07:00
cjson Add main_repo for some more projects. (#4819) 2020-12-10 08:15:05 -08:00
clamav clamav: rename git clone and get corpus in build script. CIFuzz-related (#6947) 2021-12-01 11:29:34 +00:00
clib [clib] make shallow clone (#7080) 2021-12-31 03:03:18 +00:00
clickhouse Added (#6972) 2021-12-06 11:59:27 -05:00
cmake [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
cmark [cmark] Update options and auto_ccs (#4861) 2020-12-17 10:09:55 -08:00
config-validator Add my work account as a primary contact (#6887) 2021-11-22 20:23:56 +00:00
containerd [containerd] fix build (#7166) 2022-01-20 17:34:08 +00:00
coreutils
cosmos-sdk projects/cosmos-sdk: change base image to base-builder-go for Go 1.18 (#7592) 2022-04-20 12:50:22 -04:00
cpp-httplib [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
cppcheck Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
cpython2
cpython3 Enable C asserts in the cpython3 oss-fuzz build. (#7119) 2022-01-12 08:40:42 -05:00
cras cras: Disable featured in configure (#7456) 2022-03-28 18:54:10 +00:00
cri-o [cri-o] Initial integration (#7558) 2022-04-13 09:43:01 -04:00
croaring OSS_FUZZ integration for CROARING (#7144) 2022-01-18 22:55:23 +00:00
cryptofuzz Mbed TLS: update references to old Github org (#7487) 2022-03-31 16:42:43 +00:00
cura-engine Added a project file for CuraEngine (#7405) 2022-03-23 12:40:58 -04:00
curl Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
cyclonedds Build files for cyclonedds (#6921) 2021-11-28 19:44:42 +00:00
dart Disables afl for dart project (#5568) 2021-04-02 06:44:29 -07:00
dav1d dav1d: add major contributors to auto_ccs (#6410) 2021-09-06 22:36:00 +01:00
dgraph [go][infra] Create base-builder-go and use it to build go projects. (#6335) 2021-08-30 06:57:23 -07:00
distribution [distribution] Initial integration (#6014) 2022-01-05 16:01:57 +11:00
django infra: enable argument passing to compile_python_fuzzer (#7628) 2022-04-28 09:38:43 +01:00
dlplibs [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
dng_sdk dng_sdk: extend stage fuzzer (#6897) 2021-11-24 16:51:40 +00:00
dnsmasq Attempt to fix insufficient extract_name buffer (#7293) 2022-04-05 02:07:30 +00:00
double-conversion Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
dovecot Use now main branch for dovecot project (#4960) 2021-01-14 10:14:32 -08:00
draco Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
dragonfly [go][infra] Create base-builder-go and use it to build go projects. (#6335) 2021-08-30 06:57:23 -07:00
dropbear dropbear: move corpus out of the source checkout (#5315) 2021-03-07 06:21:39 -08:00
duckdb duckdb: link to extensions as well (#6804) 2021-11-09 16:13:36 +00:00
e2fsprogs Update project.yaml 2021-01-19 08:16:30 -08:00
easywsclient [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
ecc-diff-fuzzer Mbed TLS: update references to old Github org (#7487) 2022-03-31 16:42:43 +00:00
ecdsa-python ecdsa-python: initial integration (#7498) 2022-05-03 10:11:45 +01:00
eigen Eigen: fix build (#7003) 2021-12-10 21:17:00 +00:00
elfutils [elfutils] always build zlib (#7470) 2022-03-29 10:55:54 -04:00
envoy envoy: add http_parser special external lib (#7637) 2022-04-29 10:08:42 -05:00
esp-v2 esp-v2: fix build (#7308) 2022-02-21 18:25:16 +00:00
espeak-ng Update another e-mail address for espeak-ng (#5790) 2021-05-17 17:54:09 +00:00
etcd [etcd] add maintainer (#7141) 2022-01-17 10:38:53 +00:00
example
excelize
exiv2 Add @piponazo to Exiv2 auto_ccs (#7496) 2022-04-02 22:03:39 +01:00
expat Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
exprtk Update RTC define and enable MSAN functionality (#7207) 2022-01-30 19:19:40 +00:00
fast-dds Add @phretor in auto_ccs (#6653) 2021-10-26 09:11:28 -07:00
fasthttp Add base-builder-go-codeintelligencetesting for 15 projects (#7320) 2022-03-03 17:53:32 +11:00
fastjson Add base-builder-go-codeintelligencetesting for 15 projects (#7320) 2022-03-03 17:53:32 +11:00
fastjson2 Add new CI employee to Java projects (#7376) 2022-03-13 17:46:24 +00:00
ffmpeg [FFmpeg] Update build.sh after config.h was split (#7396) 2022-03-17 16:56:50 +00:00
file [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
fio Adds people to fio project (#4978) 2021-01-15 08:17:33 -08:00
firefox firefox: fix build (#7152) 2022-01-19 13:23:15 +00:00
firestore firestore: fix build (#7161) 2022-01-20 00:21:33 +00:00
flac flac: only disable signed integer sanitizing on decoder fuzzers (#7687) 2022-05-09 16:39:59 -04:00
flask flask: add jinja compiler fuzzers (#7685) 2022-05-09 19:22:00 +01:00
flatbuffers Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
flate2-rs [infra][rust] Split out rust projects to their own builder image (#6352) 2021-08-30 11:47:04 -07:00
fluent-bit infra: fuzz-introspector updates and bump (#7497) 2022-04-04 11:35:58 +10:00
fluxcd [fluxcd] Add outstanding repositories (#7277) 2022-02-16 12:55:28 +00:00
fmt
freeimage [freeimage] Use the SVN repo instead of the latest source archive. (#3414) 2021-03-05 21:19:50 -08:00
freeradius Pass the correct flags to enable coverage profiling (#6740) 2021-11-02 14:02:43 +00:00
freetype2 [freetype2] Add bungeman to auto_ccs. (#7106) 2022-01-08 00:02:16 +00:00
fribidi [fribidi] Add fribidi-fuzzer (#5829) 2021-05-25 07:36:03 -07:00
frr frr: fix build (#6618) 2021-10-19 10:33:12 +01:00
fuzzing-puzzles
fwupd fwupd: Add one extra package for the CBOR fuzzer (#7381) 2022-03-14 10:47:43 -04:00
gcloud-go [go][infra] Create base-builder-go and use it to build go projects. (#6335) 2021-08-30 06:57:23 -07:00
gdal [GDAL] Fix path to main script, due to GDAL source tree reorganization (#6687) 2021-10-29 10:38:55 +01:00
gdbm gdbm: reflect changes in the directory structure (#6869) 2021-11-20 11:23:01 +00:00
gdk-pixbuf Add main_repo for some more projects. (#4819) 2020-12-10 08:15:05 -08:00
geos Geos: use github if main git server is failing (#5781) 2021-05-17 07:14:26 -07:00
gfwx
ghostscript Add Ken Sharp to the ghostscript project (#7012) 2021-12-14 10:22:01 +00:00
giflib
git Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313) 2021-08-26 09:53:49 -07:00
gitea Add base-builder-go-codeintelligencetesting for 15 projects (#7320) 2022-03-03 17:53:32 +11:00
github_scarecrow Add a scarecrow project to test GitHub issue filing/closing (#7437) 2022-03-29 08:59:43 +11:00
glib Add additional maintainer CC to GLib configuration (#6738) 2021-11-02 11:58:18 +00:00
gnupg gnupg: fix build (#7083) 2022-01-01 14:01:29 +00:00
gnutls gnutls: fix build (#7577) 2022-04-15 21:29:08 +01:00
go-attestation Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
go-coredns Update email to use google email (not an alias email) (#7365) 2022-03-07 19:16:35 +00:00
go-dns Add base-builder-go-codeintelligencetesting for 15 projects (#7320) 2022-03-03 17:53:32 +11:00
go-ethereum Add base-builder-go-codeintelligencetesting for 15 projects (#7320) 2022-03-03 17:53:32 +11:00
go-json-iterator add Add base-builder-go-codeintelligencetesting for next 15 projects (#7518) 2022-04-06 15:12:34 -04:00
go-redis add Add base-builder-go-codeintelligencetesting for next 15 projects (#7518) 2022-04-06 15:12:34 -04:00
go-sftp Add base-builder-go-codeintelligencetesting for 15 projects (#7320) 2022-03-03 17:53:32 +11:00
go-snappy add Add base-builder-go-codeintelligencetesting for next 15 projects (#7518) 2022-04-06 15:12:34 -04:00
go-sqlite3 [go][infra] Create base-builder-go and use it to build go projects. (#6335) 2021-08-30 06:57:23 -07:00
golang [go][infra] Create base-builder-go and use it to build go projects. (#6335) 2021-08-30 06:57:23 -07:00
golang-protobuf [go][infra] Create base-builder-go and use it to build go projects. (#6335) 2021-08-30 06:57:23 -07:00
gonids Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
gopacket Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
gpac gpac: remove fuzzer as it is not upstream. (#5690) 2021-04-29 21:52:19 +01:00
graphicsfuzz-spirv
graphicsmagick [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
grok grok: change location of test data, to make CIFuzz happy (#5292) 2021-03-03 16:06:54 -08:00
grpc grpc: fix build (#7307) 2022-02-20 00:47:02 +00:00
grpc-gateway add Add base-builder-go-codeintelligencetesting for next 15 projects (#7518) 2022-04-06 15:12:34 -04:00
grpc-go [go][infra] Create base-builder-go and use it to build go projects. (#6335) 2021-08-30 06:57:23 -07:00
grpc-httpjson-transcoding [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
grpc-swift grpc-swift needs zlib (#6402) 2021-09-05 08:16:03 -07:00
gson Remove Maven debug logging for Gson build (#7649) 2022-05-01 23:46:39 +01:00
gstreamer gstreamer: rely on less system libriares (#7522) 2022-04-08 11:27:33 -04:00
guetzli Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
gvisor Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
h2o Add Emmanuel to h2o project (#7315) 2022-02-22 17:30:06 +00:00
h3 H3: Update h3NeighborRotations (#6620) 2021-10-20 13:28:10 +01:00
haproxy Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
harfbuzz [harfbuzz] Remove obsolete address (#7219) 2022-02-01 00:12:04 +00:00
hcl hcl: update contacts (#6598) 2021-10-13 23:47:19 +01:00
hdrhistogram add project maintainer email address (#7665) 2022-05-04 10:50:01 +01:00
helm Add email to Helm project (#7622) 2022-04-25 13:58:58 +00:00
hermes Update Hermes build steps (#7534) 2022-04-13 09:50:31 -04:00
hiredis hiredis: enable afl and cleanup project.yaml (#5157) 2021-02-10 09:06:05 -08:00
hoextdown Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
hostap [Ubuntu upgrade] Disable MSAN in projects that will have false positives. (#6303) 2021-08-25 22:14:20 -07:00
htslib Add recurse-submodules to htslib clone (#4867) 2020-12-18 10:21:36 -08:00
http-parser Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
http-pattern-matcher Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
httparse [infra][rust] Split out rust projects to their own builder image (#6352) 2021-08-30 11:47:04 -07:00
httpcomponents-client Initial integration (#7584) 2022-04-26 08:46:09 +10:00
httpcomponents-core Initial integration (#7678) 2022-05-09 16:11:28 +10:00
httplib2 infra: add Python coverage support (#7298) 2022-04-06 10:31:34 -04:00
hugo [hugo] Fix broken build (#7078) 2021-12-29 23:50:19 +00:00
hunspell [hunspell] Update CC list (#6989) 2021-12-09 01:51:50 +00:00
hyperium [infra][rust] Split out rust projects to their own builder image (#6352) 2021-08-30 11:47:04 -07:00
ibmswtpm2 [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
icu icu,unrar: fix projects for fuzzintrospector (#7630) 2022-04-27 15:22:19 +01:00
igraph [igraph] disable experimental mode for MSAN (#7426) 2022-03-23 09:00:08 -04:00
image-png [infra][rust] Split out rust projects to their own builder image (#6352) 2021-08-30 11:47:04 -07:00
image-rs [infra][rust] Split out rust projects to their own builder image (#6352) 2021-08-30 11:47:04 -07:00
imageio imageio: fix build (#6906) 2021-11-28 19:45:19 +00:00
imagemagick [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
immer Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
inchi Avoid calling strlen on uninitialized data (#6747) 2021-11-02 21:41:37 +00:00
influxdb [go][infra] Create base-builder-go and use it to build go projects. (#6335) 2021-08-30 06:57:23 -07:00
ipfs [go][infra] Create base-builder-go and use it to build go projects. (#6335) 2021-08-30 06:57:23 -07:00
ipython ipython: initial integration (#7541) 2022-04-20 09:14:33 +01:00
iroha Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
irssi Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
istio Add base-builder-go-codeintelligencetesting for 15 projects (#7320) 2022-03-03 17:53:32 +11:00
jackson-core Add new CI employee to Java projects (#7376) 2022-03-13 17:46:24 +00:00
jackson-databind jackson-databind: Initial integration (#7610) 2022-04-26 08:43:21 +10:00
jackson-dataformat-xml Add new CI employee to Java projects (#7376) 2022-03-13 17:46:24 +00:00
jackson-dataformats-binary Add new CI employee to Java projects (#7376) 2022-03-13 17:46:24 +00:00
janet [janet] Fix janet (#5569) 2021-04-02 14:11:32 +00:00
jansson Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
janus-gateway janus-gateway: disable memory sanitizer (#6460) 2021-09-16 16:37:11 +01:00
java-example Add new CI employee to Java projects (#7376) 2022-03-13 17:46:24 +00:00
javaparser [infra][jvm] Split out JVM projects to their own builder. (#6336) 2021-08-30 06:51:24 -07:00
javassist [javassist] Initial Integration (#7619) 2022-04-26 08:42:52 +10:00
jbig2dec [jbig2dec] Limit allocator to common memory use, avoiding timeouts (#6184) 2021-08-09 08:50:15 -07:00
jettison Jettison initial integration (#7532) 2022-04-08 11:43:43 -04:00
joda-time joda-time integration (#7517) 2022-04-06 15:12:20 -04:00
jsc Update project.yaml 2022-01-27 12:24:52 -08:00
jsign jsign: fuzzing for exe, msi and cab files (#7656) 2022-05-03 12:21:56 +10:00
json fix build: adjust tests directory (#7671) 2022-05-04 20:35:53 +01:00
json-c Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
json-java json-java: initial integration (#6733) 2021-11-06 02:30:32 -07:00
json-patch add Add base-builder-go-codeintelligencetesting for next 15 projects (#7518) 2022-04-06 15:12:34 -04:00
json-sanitizer Add new CI employee to Java projects (#7376) 2022-03-13 17:46:24 +00:00
json5format Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
jsoncons Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
jsoncpp [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
jsonnet Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
jsonparser Add base-builder-go-codeintelligencetesting for 15 projects (#7320) 2022-03-03 17:53:32 +11:00
jsonschema [infra][python] Split out python projects to their own builder. (#6341) 2021-08-30 07:00:26 -07:00
jsoup [infra][jvm] Split out JVM projects to their own builder. (#6336) 2021-08-30 06:51:24 -07:00
juju add Add base-builder-go-codeintelligencetesting for next 15 projects (#7518) 2022-04-06 15:12:34 -04:00
kamailio kamailio: update maintainer (#6450) 2021-09-15 16:57:16 +01:00
karchive [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
kcodecs [Ubuntu upgrade] Disable MSAN in projects that will have false positives. (#6303) 2021-08-25 22:14:20 -07:00
keystone [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
kimageformats kimageformats: upgrade libaom dependency (#7461) 2022-03-28 13:19:10 -04:00
knot-dns [knot-dns] fix build of the gnutls dependency (#7589) 2022-04-20 15:45:32 +01:00
kryo Add new CI employee to Java projects (#7376) 2022-03-13 17:46:24 +00:00
kubernetes [kubernetes] change build order (#7261) 2022-02-11 15:50:10 +00:00
kubernetes-cluster-api Add Killian Muldoon to Kubernetes Cluster API (#7311) 2022-02-21 17:44:39 +00:00
lame Fix lame build (#6855) 2021-11-19 11:08:00 +00:00
lcms
leptonica Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
leveldb Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
libaom libaom,project.yaml: update cc list (#7345) 2022-03-01 16:44:43 -05:00
libarchive infra: fuzz-introspector updates and bump (#7497) 2022-04-04 11:35:58 +10:00
libass [libass] Bump meson version (#6888) 2021-11-22 20:30:59 +00:00
libavc adding new contacts for reports (#6189) 2021-08-09 15:58:13 -07:00
libavif libavif: go back to using dav1d.cmd to build dav1d (#7454) 2022-03-24 19:24:15 -04:00
libbpf [libbpf] add more libbpf contributors (#7562) 2022-04-13 09:49:57 -04:00
libcacard Install python in projects that depend on it. (#6251) 2021-08-20 05:16:38 +00:00
libcbor Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
libcoap Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
libdwarf libdwarf: add seeds and cleanup fuzzers tt only used public headers (#6795) 2021-11-07 23:39:24 +00:00
libecc [libecc] Add wolfCrypt (#7300) 2022-02-18 16:06:11 +00:00
libevent libevent: fix build (#7149) 2022-01-18 14:21:44 +00:00
libexif Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
libfdk-aac adding new contacts for reports (#6189) 2021-08-09 15:58:13 -07:00
libfido2 [libfido2] place libpcsclite.so in ${OUT}/lib (#7385) 2022-03-15 13:01:10 +00:00
libgd Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
libgit2 libgit2: fix build following libgit2 upgrade (#7391) 2022-03-16 11:39:30 +00:00
libheif libheif: ensure libaom can be found (#5706) 2021-05-04 10:39:58 +01:00
libhevc adding new contacts for reports (#6189) 2021-08-09 15:58:13 -07:00
libhtp [Ubuntu upgrade] Disable MSAN in projects that will have false positives. (#6303) 2021-08-25 22:14:20 -07:00
libical libical: Add Ken Murchison (#7480) 2022-03-30 19:25:52 -04:00
libidn [libidn] Fix build (#5818) 2021-05-23 13:55:25 -07:00
libidn2 libidn2: Fix build (git-version-gen doesn't handle shallow) and have verbose self checks. (#7420) 2022-03-22 16:46:49 -04:00
libiec61850 libiec61850: initial integration (#5225) 2021-02-24 11:32:33 +11:00
libigl libigl: fix build following upstream major update (#7305) 2022-02-19 13:39:55 +00:00
libjpeg-turbo [libjpeg-turbo] Fuzz multiple code branches (#7528) 2022-04-08 11:25:53 -04:00
libjxl Fix "local reproduce" problems: (#7067) 2021-12-30 03:37:53 +00:00
libldac adding new contacts for reports (#6189) 2021-08-09 15:58:13 -07:00
liblouis Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313) 2021-08-26 09:53:49 -07:00
libmicrohttpd
libmpeg2 adding new contacts for reports (#6189) 2021-08-09 15:58:13 -07:00
libpcap Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
libpg_query libpg_query: clean up following upstream merge. (#5736) 2021-05-07 11:08:51 -07:00
libphonenumber Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
libplist libplist: Add JSON fuzzer (#7182) 2022-01-25 17:27:04 +00:00
libpng [Ubuntu upgrade] Disable MSAN in projects that will have false positives. (#6303) 2021-08-25 22:14:20 -07:00
libpng-proto
libprotobuf-mutator Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
libpsl [libpsl] Fix build (#7165) 2022-01-21 11:49:00 +00:00
libra libra: remove contacts (#6802) 2021-11-09 10:04:19 +00:00
libraw Improve a bit the coverage of libraw's fuzzer (#7478) 2022-03-30 19:32:02 -04:00
librawspeed [RawSpeed] Reenable errneously disabled MSan build (#6401) 2021-09-04 09:09:49 -07:00
librdkafka librdkafka: fix build (#6700) 2021-10-30 16:08:15 +01:00
libredwg libredwg: no unstable versions (#5259) 2021-02-28 07:54:07 -08:00
libreoffice ofz#41602 install lockfile-progs for libreoffice build (#6959) 2021-12-07 16:05:57 -05:00
libressl remove unused boost workaround (#5849) 2021-05-27 12:09:08 -07:00
libsass [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
libsndfile libsndfile: ensure no logging to reduce CIFuzz time (#7004) 2021-12-10 21:18:04 +00:00
libsodium libsodium: don't use the stack for potentially large data (#5190) 2021-02-12 18:10:40 -08:00
libspectre [Ubuntu upgrade][libspectre] Disable dataflow builds. (#6274) 2021-08-23 16:51:42 +00:00
libspng Update zlib URL (#7474) 2022-03-30 10:14:46 -04:00
libsrtp Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
libssh libssh: Build new fuzzers in .c files (#7258) 2022-02-10 13:03:46 +00:00
libssh2 [libssh2][python3-libraries][django] Run apt-get update (#6371) 2021-09-01 10:33:33 -07:00
libtasn1 Roll Clang to clang 14 (945cde8b6a4579406886d08f803b632e00f0b1ec) (#6362) 2021-09-09 14:36:37 -07:00
libteken Removes DFSan for libteken (#6859) 2021-11-19 11:08:58 +00:00
libtheora libtheora, wolfmqtt: switch to new basebuilder (#6481) 2021-09-18 11:10:34 +01:00
libtiff [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
libtorrent Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
libtpms Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313) 2021-08-26 09:53:49 -07:00
libtsm Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
libucl libucl: enable afl and clean up project.yaml (#5156) 2021-02-10 09:06:50 -08:00
libusb libusb: fix build (#7578) 2022-04-15 20:53:07 +01:00
libvips libvips: add pdfium to build (#7336) 2022-02-28 18:27:06 +00:00
libvpx Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
libwebp Add main_repo for some more projects. (#4819) 2020-12-10 08:15:05 -08:00
libxls Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
libxml2 Update project.yaml 2022-02-22 12:44:38 +11:00
libxslt Update project.yaml 2022-02-22 12:44:52 +11:00
libyal Added libphdi to libyal project configuration (#7109) 2022-01-10 10:21:05 +00:00
libyaml Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
libyang libyang: fuzzed branch was renamed (#5859) 2021-05-31 12:38:30 +01:00
libyuv
libzip [Ubuntu upgrade] Disable MSAN in projects that will have false positives. (#6303) 2021-08-25 22:14:20 -07:00
libzmq libzmq: enable afl and simplify project.yaml. (#5147) 2021-02-21 16:07:31 -08:00
lighttpd lighttpd: fix build (#7103) 2022-01-06 23:32:33 +00:00
linkerd2 Change build script location for linkerd2 fuzzing (#7609) 2022-05-05 20:50:12 +01:00
linkerd2-proxy linkerd2-proxy: fix coverage (#6851) 2021-11-18 13:33:04 +00:00
lldb-eval Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
llhttp llhttp: refine build (#7570) 2022-04-14 12:40:31 +01:00
llvm llvm: fix build correctly (#7179) 2022-01-24 23:52:47 +00:00
llvm_libcxx Update project.yaml 2021-01-26 12:36:58 -08:00
llvm_libcxxabi
lodepng Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
log4j2 Add new CI employee to Java projects (#7376) 2022-03-13 17:46:24 +00:00
logback Update fuzz target to ignore class injection (#7657) 2022-05-02 16:12:20 +01:00
loki [go][infra] Create base-builder-go and use it to build go projects. (#6335) 2021-08-30 06:57:23 -07:00
lotus [go][infra] Create base-builder-go and use it to build go projects. (#6335) 2021-08-30 06:57:23 -07:00
lua lua: fix auto_ccs email (#5215) 2021-02-18 07:07:12 -08:00
lwan Lwan: Use HTTPS protocol in GIT repository URI (#7404) 2022-03-22 15:29:40 -04:00
lxc Revert "[lxc] turn off AFL for now (#5685)" (#5693) 2021-04-30 07:52:02 -07:00
lxml lxml: refine and fix fuzzers (#7655) 2022-05-02 11:17:08 +00:00
lz4 [lz4][zstd] Update CC list (#7216) 2022-01-31 19:41:52 +00:00
lzma
lzo Ensure VLA of zero size is never created in LLVMFuzzerTestOneInput(). (#7173) 2022-01-24 22:45:55 +00:00
mandelbulber
matio Build HDF5 1.12.1 for matio (#6018) 2021-08-13 22:03:46 -07:00
mbedtls Mbed TLS: update references to old Github org (#7487) 2022-03-31 16:42:43 +00:00
md4c md4c: Update primary_contact (#7108) 2022-01-09 20:30:28 +00:00
mdbtools mdbtools: switch to new base builder (#6454) 2021-09-15 20:20:51 +01:00
mercurial grant raphael.gomes@octobus.net access to Mercurial (#6509) 2021-09-22 17:12:17 +00:00
meshoptimizer [meshoptimizer] Initial integration (#4895) 2021-01-05 08:25:12 -08:00
minify add Add base-builder-go-codeintelligencetesting for next 15 projects (#7518) 2022-04-06 15:12:34 -04:00
miniz Fix unzip regression on base-runner. (#5356) 2021-03-10 10:46:58 -08:00
minizip Update minizip project details (#7633) 2022-04-27 18:12:39 +00:00
monero monero: fix and stabilise coverage build (#7054) 2021-12-22 16:13:51 +00:00
mongoose Update build.sh (#4835) 2020-12-13 12:16:18 -08:00
mosh
mp4parse-rust [infra][rust] Split out rust projects to their own builder image (#6352) 2021-08-30 11:47:04 -07:00
mpg123
mruby Update build.sh 2021-02-03 00:12:49 -08:00
msgpack-c Update Boost download location in all projects (try 2) (#5705) 2021-05-03 19:26:18 -07:00
mtail Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
muduo [muduo] Initial integration (#5714) 2021-05-14 20:38:29 -07:00
muparser Removed constraints on fuzzers so we can have AFL and Honggfuzz too. (#5144) 2021-02-10 09:08:43 -08:00
mupdf [mupdf] Add Ken to auto_ccs. (#7526) 2022-04-07 13:31:08 +01:00
myanmar-tools Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
mysql-server Updates patch for mysql 8.26 (#6309) 2021-09-13 23:10:05 -07:00
nanopb Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
nats add Add base-builder-go-codeintelligencetesting for next 15 projects (#7518) 2022-04-06 15:12:34 -04:00
ndpi ndpi: extend CC address list (#7118) 2022-01-11 12:59:49 -05:00
neomutt neomutt: merge test code (#6996) 2021-12-09 14:08:11 -05:00
nestegg Roll Clang to clang 14 (945cde8b6a4579406886d08f803b632e00f0b1ec) (#6362) 2021-09-09 14:36:37 -07:00
net-snmp net-snmp: disable leaks globally (#6861) 2021-11-19 14:48:17 +00:00
netcdf Netcdf: adds zlib dependency (#6421) 2021-09-10 07:29:49 -07:00
netdata
nettle [Nettle] Enable MSAN (#7463) 2022-03-28 14:47:01 -04:00
nfstream Add NFStream project. (#7632) 2022-05-06 09:28:19 -04:00
nghttp2 Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
nginx nginx: fix and improve fuzzer (#6593) 2021-10-13 11:56:53 +01:00
ngolo-fuzzing ngolo-fuzzing: fix coverage build (#7682) 2022-05-09 11:38:45 +01:00
ninja [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
njs Fixed njs fuzzer build. (#7217) 2022-01-31 19:42:38 +00:00
nodejs Fix nodejs build after experimental-quic flag removed. (#5094) 2021-02-02 09:59:09 -08:00
nom [infra][rust] Split out rust projects to their own builder image (#6352) 2021-08-30 11:47:04 -07:00
nss [nss] Clean up the list of cc (#6850) 2021-11-18 11:28:45 -05:00
ntp
num-bigint [num-bigint] Add project (#6783) 2021-11-11 19:38:27 -05:00
oak oak: Correct path fix (#6849) 2021-11-18 11:22:30 +00:00
oatpp oatpp: cleanup project. (#5735) 2021-05-07 14:30:10 -04:00
oniguruma Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
open62541 Fix open62541 build (#6085) 2021-07-22 10:28:28 +10:00
openbabel Adds project openbabel (#5492) 2021-03-30 22:03:50 -07:00
opencensus-cpp Use bazel generic script for opencensus (#5700) 2021-05-02 15:56:02 -07:00
opencv Add a few more contributors (#7669) 2022-05-04 16:55:12 +01:00
opendds New project.yaml for OpenDDS (#6766) 2021-11-08 12:48:52 -05:00
opendnp3 opendnp3: fix afl build (#6702) 2021-10-30 16:08:47 +01:00
openexr Update project.yaml 2021-09-24 09:30:27 -07:00
openh264 Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313) 2021-08-26 09:53:49 -07:00
openjpeg openjpeg: fix build for cifuzz (#6934) 2021-11-30 11:21:56 +00:00
opensc opensc: Add Veronika to the project (#6499) 2021-09-21 13:24:39 +01:00
opensips opensips: Add support for -DFUZZ_BUILD (#7469) 2022-03-29 20:26:30 +01:00
opensk Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
openssh dump config.log when configure fails (#6981) 2021-12-08 10:27:48 -05:00
openssl Prevent OpenSSL from randomly failing AFL++ build (#7125) 2022-01-12 21:00:19 +00:00
openthread [presubmit] Add check to ensure dataflow is specified properly. (#5833) 2021-05-25 16:02:44 +00:00
openvpn openvpn: disable forward fuzzer (#7342) 2022-03-01 11:58:43 +00:00
openvswitch Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313) 2021-08-26 09:53:49 -07:00
openweave openweave: fix build to work with latest base builder (#6463) 2021-09-17 14:44:09 +00:00
opus Update auto_ccs (#6955) 2021-12-03 00:22:00 +00:00
opusfile
orbit Suppress stdout output for fuzzers in projects/orbit (#6909) 2021-11-26 15:45:16 +00:00
osquery [osquery] Ignore coverage for third party libraries (#7065) 2022-01-02 01:12:15 +00:00
ossf-scorecard [ossf-scorecard] Add first fuzzer (#7269) 2022-02-12 17:49:16 +00:00
ostree ostree: initial integration (#7557) 2022-04-20 21:32:57 -04:00
ots [presubmit] Add check to ensure dataflow is specified properly. (#5833) 2021-05-25 16:02:44 +00:00
p9 Update p9 fuzzer (#7572) 2022-04-15 00:18:55 +01:00
p11-kit Remove no longer needed build workarounds (#6329) 2021-08-27 09:37:24 +01:00
pcapplusplus Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
pcl pcl: switch basebuilder to latest. (#6477) 2021-09-17 22:14:13 +01:00
pcre2
perfetto Add ddiproietto@google.com to CC (#6533) 2021-09-27 18:32:05 +00:00
pffft Install python in projects that depend on it. (#6251) 2021-08-20 05:16:38 +00:00
phmap phmap: fix build (#7070) 2021-12-27 22:53:00 +00:00
php [php] Add Dmitry to PHP auto_ccs (#6893) 2021-11-24 10:17:29 +00:00
picotls Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
pidgin Add additional pidgin developers so they can help (#6373) 2021-09-01 21:02:12 -07:00
piex Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
pigweed pigweed: Update to new json format (#7658) 2022-05-03 17:04:22 +10:00
pillow [infra][python] Split out python projects to their own builder. (#6341) 2021-08-30 07:00:26 -07:00
pistache Pistache: initial integration (#5793) 2021-06-01 14:40:12 -07:00
pngquant [pngquant] Initial integration (#5078) 2021-02-01 07:06:19 -08:00
poco [poco] Fix broken build (#6033) 2021-07-13 10:59:00 +01:00
poppler poppler: Re-enable the memory sanitizer (#7299) 2022-02-18 14:48:30 +00:00
postfix postfix: add mime fuzzer (#6896) 2021-11-24 14:21:20 +00:00
postgis Remove no longer needed build workarounds (#6329) 2021-08-27 09:37:24 +01:00
postgresql postgresql: fix build (#6570) 2021-10-08 15:49:02 +01:00
powerdns Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313) 2021-08-26 09:53:49 -07:00
proftpd Update the `oss-fuzz` build instructions for ProFTPD, to match changes in the project's build. (#6220) 2021-08-14 21:59:31 +00:00
proj4 proj4/Dockerfile: install wget (#5313) 2021-03-07 06:23:18 -08:00
prometheus [go][infra] Create base-builder-go and use it to build go projects. (#6335) 2021-08-30 06:57:23 -07:00
prost [infra][rust] Split out rust projects to their own builder image (#6352) 2021-08-30 11:47:04 -07:00
protobuf-c [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
protobuf-java Add new CI employee to Java projects (#7376) 2022-03-13 17:46:24 +00:00
protobuf-python python-protobuf: extend fuzzer (#7543) 2022-04-09 15:50:17 +01:00
protoreflect Fix go coverage builds (#6369) 2021-09-01 09:14:16 -07:00
proxygen proxygen: fix build for new base builder (#6456) 2021-09-16 08:05:46 -07:00
pugixml Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
pulumi add Add base-builder-go-codeintelligencetesting for next 15 projects (#7518) 2022-04-06 15:12:34 -04:00
pycryptodome Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
pygments infra: add Python coverage support (#7298) 2022-04-06 10:31:34 -04:00
python-lz4 infra: add Python coverage support (#7298) 2022-04-06 10:31:34 -04:00
python-rsa python-rsa: initial integration (#7516) 2022-05-03 10:05:01 +01:00
python3-libraries [python3-libraries] Add AST parser fuzzer (#7614) 2022-04-24 15:34:11 +01:00
pyxdg pyxdg: extend fuzzer and add corpus+dict (#7674) 2022-05-05 12:18:32 +01:00
pyyaml infra: add Python coverage support (#7298) 2022-04-06 10:31:34 -04:00
qcms [infra][rust] Split out rust projects to their own builder image (#6352) 2021-08-30 11:47:04 -07:00
qemu qemu: Simplify build script (#6468) 2021-09-17 15:02:17 +01:00
qpdf [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
qpid-proton Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
qt [qt] Clone qtimageformats (#7684) 2022-05-09 20:59:01 +01:00
qubes-os
quic-go [go][infra] Create base-builder-go and use it to build go projects. (#6335) 2021-08-30 06:57:23 -07:00
quick-xml [infra][rust] Split out rust projects to their own builder image (#6352) 2021-08-30 11:47:04 -07:00
quickjs Enable MSAN for quickjs (#7607) 2022-04-22 12:50:02 +01:00
racket
radare2 radare2: fix build (#7077) 2021-12-28 22:13:22 +00:00
radon Add base-builder-go-codeintelligencetesting for 15 projects (#7320) 2022-03-03 17:53:32 +11:00
rapidjson Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
rdkit rdkit: fix build (#6114) 2021-07-26 19:15:12 +01:00
re2 [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
readstat Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
realm-core
relic Re-enable MSAN and activate more CF operations (#7062) 2022-01-26 06:43:41 -08:00
requests Adds python project requests (#4918) 2022-05-06 10:39:51 +10:00
resiprocate resiprocate: fix build. (#6384) 2021-09-02 17:46:25 +01:00
ring
rnp [Ubuntu upgrade][rnp] Make build work on Ubuntu 20.04. (#6278) 2021-08-23 17:11:11 +00:00
rocksdb rocksdb: fix build (#6546) 2021-10-02 11:24:34 +00:00
runc Add base-builder-go-codeintelligencetesting for 15 projects (#7320) 2022-03-03 17:53:32 +11:00
rust-regex [infra][rust] Split out rust projects to their own builder image (#6352) 2021-08-30 11:47:04 -07:00
rustcrypto [rustcrypto] Initial integration (#6908) 2021-11-29 22:35:32 -05:00
rustls rustls: fix coverage build (#6852) 2021-11-18 16:03:30 +00:00
s2geometry Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
s2opc
samba Samba builds now expect Ubuntu 20.04 (#6419) 2021-09-09 11:12:55 +01:00
scapy infra: add Python coverage support (#7298) 2022-04-06 10:31:34 -04:00
selinux [selinux] add Christian Göttsche's email address (#7045) 2021-12-23 15:12:53 +00:00
sentencepiece Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
serde-yaml [infra][rust] Split out rust projects to their own builder image (#6352) 2021-08-30 11:47:04 -07:00
serde_json [infra][rust] Split out rust projects to their own builder image (#6352) 2021-08-30 11:47:04 -07:00
serenity serenity: Use in-tree BuildFuzzers.sh script to build fuzz targets (#7309) 2022-02-21 23:48:21 +00:00
servo [infra][rust] Split out rust projects to their own builder image (#6352) 2021-08-30 11:47:04 -07:00
sigstore sigstore - Included corpus (#6964) 2021-12-05 10:48:35 +00:00
simd simd: force use of a single CPU during compilation (#7143) 2022-01-17 21:26:42 +00:00
simdjson [simdjson] enable msan (#5992) 2021-07-05 10:53:55 +01:00
skcms Add main_repo for some more projects. (#4819) 2020-12-10 08:15:05 -08:00
skia [skia] Add corpus to SkDescriptor fuzzer (#7337) 2022-02-28 21:52:39 +00:00
sleuthkit sleuthkit: disable error on warnings to fix build (#7148) 2022-01-18 14:12:05 +00:00
slf4j-api [slf4j-api] initial integration (#7644) 2022-05-09 16:11:58 +10:00
smt add Add base-builder-go-codeintelligencetesting for next 15 projects (#7518) 2022-04-06 15:12:34 -04:00
snakeyaml Snakeyaml initial integration (#7597) 2022-04-26 08:41:07 +10:00
snappy Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
solidity Solidity: Upgrade evmone from 0.4.0 to v0.8.2 (#6207) 2021-08-26 12:17:39 -04:00
sound-open-firmware sound-open-firmware: add more CCs (#6366) 2021-08-31 19:07:17 +01:00
spdk Adding CC to SPDK project (#6691) 2021-10-29 11:48:26 +01:00
spdlog [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
speex Remove no longer needed build workarounds (#6329) 2021-08-27 09:37:24 +01:00
spice-usbredir [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
spicy Add project.yaml for Spicy (#6993) 2021-12-14 13:58:32 -05:00
spidermonkey spidermonkey: fix build by avoiding eternal loop (#7210) 2022-01-31 09:55:54 +00:00
spidermonkey-ufi spidermonkey-ufi: fix build (#7213) 2022-01-31 10:49:19 +00:00
spirv-tools Fix tint paths in spirv-tools project (#7588) 2022-04-20 09:56:25 -04:00
spotify-json spotify-json: initial integration. (#5014) 2021-03-12 20:40:50 -08:00
sql-parser sql-parser: add maintainer (#6080) 2021-07-21 15:34:17 +00:00
sqlalchemy infra: add Python coverage support (#7298) 2022-04-06 10:31:34 -04:00
sqlite3
stb [stb] update Dockerfile for CIFuzz (#6023) 2021-07-11 13:20:54 -07:00
stringtemplate4 [stringtemplate4] initial integration (#7492) 2022-04-06 09:32:07 -04:00
strongswan Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
sudoers sudoers: set optimization flag in LDFLAGS for the object size sanitizer (#6544) 2021-10-01 22:15:24 +01:00
suricata suricata: enables rust debug assertions (#7197) 2022-01-28 16:09:06 +00:00
swift-nio Swift ideal integration (#6312) 2021-09-02 14:56:01 -07:00
swift-protobuf siwft-protobuf: fix regex for coverage exclusion (#7091) 2022-01-05 14:53:42 +00:00
systemd [systemd] report OSS-Fuzz bugs on GitHub as well (#7510) 2022-04-05 14:44:59 -04:00
syzkaller Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
tailscale add Add base-builder-go-codeintelligencetesting for next 15 projects (#7518) 2022-04-06 15:12:34 -04:00
tarantool tarantool: remove requirement of libunwind (#7110) 2022-01-10 15:37:56 +00:00
tcmalloc Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
tdengine tdengine: fix build (#6948) 2021-12-01 14:31:23 +00:00
teleport Update contacts for teleport (#7580) 2022-04-20 10:46:32 -04:00
tendermint project/tendermint,project/cosmos-sdk: add additional maintainer (#7548) 2022-04-11 14:09:21 +01:00
tensorflow Fix tensorflow build (#6860) 2021-11-19 14:25:40 +00:00
tensorflow-py tensorflow-py: fix build (#7501) 2022-04-04 13:03:56 +01:00
tesseract-ocr tesseract-ocr: cleanup build (#7350) 2022-03-03 12:47:19 +00:00
testing-native-go-fuzzing Test drive native fuzzing (#7104) 2022-01-07 14:57:02 +00:00
thrift thrift: upgrade build to latest base builder (#6478) 2021-09-18 00:14:20 +01:00
tidb Add base-builder-go-codeintelligencetesting for 15 projects (#7320) 2022-03-03 17:53:32 +11:00
tidy-html5 tidy-html5: add more extensive fuzzing suite. (#6116) 2021-07-27 14:46:13 +01:00
tink Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
tint Update tint project to reflect new build requirements. (#7625) 2022-04-28 19:01:08 +01:00
tinygltf [tinygltf] initial project integration (#5535) 2021-03-31 07:20:42 -07:00
tinyobjloader Adds project tinyobjloader (#5488) 2021-04-03 03:08:07 +00:00
tinyxml2 Fill in main_repo for several projects. (#4816) 2020-12-09 21:52:40 -08:00
tmux tmux: fix libevent build (#7147) 2022-01-18 13:55:56 +00:00
tor tor: fix build (#7154) 2022-01-19 13:14:20 +00:00
tpm2 Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313) 2021-08-26 09:53:49 -07:00
tpm2-tss tpm2-tss: disable policy from fuzz (#7512) 2022-04-12 10:20:16 -04:00
tremor Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
ujson infra: add Python coverage support (#7298) 2022-04-06 10:31:34 -04:00
unbound unbound: fix build by removing use of broken links (#7304) 2022-02-19 12:24:01 +00:00
unicode-rs [infra][rust] Split out rust projects to their own builder image (#6352) 2021-08-30 11:47:04 -07:00
unicorn Update Unicorn building script and add my email to cc (#6562) 2022-02-12 19:42:17 +00:00
unrar icu,unrar: fix projects for fuzzintrospector (#7630) 2022-04-27 15:22:19 +01:00
upb Install python in projects that depend on it. (#6251) 2021-08-20 05:16:38 +00:00
uriparser [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
urllib3 urllib3: set myself as primary contact (#7654) 2022-05-02 11:15:39 +01:00
usbguard usbguard: install static libqb to fix coverage issues (#6627) 2021-10-21 15:00:21 +01:00
usrsctp [presubmit] Add check to ensure dataflow is specified properly. (#5833) 2021-05-25 16:02:44 +00:00
utf8proc utf8proc: enable afl and clenaup project.yaml (#5163) 2021-02-12 07:54:41 -08:00
util-linux [util-linux] switch to the util-linux organization (#6800) 2021-11-08 17:07:27 -05:00
uwebsockets [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
valijson [valijson] Initial integration (#4854) 2021-01-05 08:27:57 -08:00
varnish varnish: fix build (#6568) 2021-10-07 11:19:49 +01:00
vitess [vitess] fix build (#7155) 2022-01-19 14:07:58 +00:00
vlc [vlc] Initial integration (#5598) 2021-05-18 20:24:19 +00:00
vorbis Add main_repo for some more projects. (#4819) 2020-12-10 08:15:05 -08:00
w3m w3m: initial integration (#5127) 2021-02-25 11:40:54 +11:00
wabt Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
wasm3 wasm3: switch to base builder (#6442) 2021-09-14 23:44:27 +00:00
wasmtime wasmtime: update regalloc fuzzer to use regalloc2. (#7568) 2022-04-13 21:25:21 -04:00
wavpack [wavpack] fix issue #34149 (new configure script requires gettext) (#5746) 2021-05-11 09:43:02 +01:00
wazuh wazuh: initial integration. (#5576) 2021-04-19 08:44:13 -04:00
weechat
wget wget, wget2: fix builds (#7587) 2022-04-20 09:56:57 -04:00
wget2 wget, wget2: fix builds (#7587) 2022-04-20 09:56:57 -04:00
wireshark Wireshark: Explicitly build fuzzshark. (#7373) 2022-03-10 21:52:57 +00:00
woff2 Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
wolfmqtt libtheora, wolfmqtt: switch to new basebuilder (#6481) 2021-09-18 11:10:34 +01:00
wolfssl [wolfssl] Import more tests/corpora (#7333) 2022-02-26 12:22:37 +00:00
woodstox [woodstox] catch WstxLazyException (#7529) 2022-04-07 11:29:59 -04:00
wpantund Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
wuffs Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
wxwidgets Add main_repo for some more projects. (#4819) 2020-12-10 08:15:05 -08:00
xbps Rename incorrectly named project.yml and add presubmit check. (#7133) 2022-01-14 13:03:56 -05:00
xerces-c
xmlpull Change the fuzz target to XmlPullParserFactory & fix javadoc (#7638) 2022-04-28 09:55:26 -04:00
xmlsec xmlsec: fix build (#7620) 2022-04-25 10:35:49 +01:00
xnu Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
xpdf Copy around options (#7560) 2022-04-12 13:48:27 -05:00
xstream Initial integration files for xstream (#7642) 2022-05-09 16:11:49 +10:00
xvid
xz Add main_repo for some more projects. (#4819) 2020-12-10 08:15:05 -08:00
yajl-ruby Roll Clang to clang 14 (945cde8b6a4579406886d08f803b632e00f0b1ec) (#6362) 2021-09-09 14:36:37 -07:00
yara Add bison, flex (#6745) 2021-11-02 21:13:46 +00:00
ygot Add base-builder-go-codeintelligencetesting for 15 projects (#7320) 2022-03-03 17:53:32 +11:00
zeek zeek: add extra configure option (#5671) 2021-05-12 20:23:30 +01:00
zip-rs zip-rs: initial integration (#5400) 2022-01-25 07:12:18 -08:00
zlib Fix possible uninitialized values in zlib's compress.c fuzzer (#7488) 2022-03-31 10:19:26 -04:00
zlib-ng [zlib-ng] build fixes and improvements (#7467) 2022-04-01 15:05:01 +11:00
znc [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281) 2021-08-24 15:24:47 -07:00
zopfli Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
zstd [lz4][zstd] Update CC list (#7216) 2022-01-31 19:41:52 +00:00
zxing Add new CI employee to Java projects (#7376) 2022-03-13 17:46:24 +00:00
zydis zydis: Add more fuzzer targets (#6827) 2021-11-15 03:46:39 +00:00
all.sh