aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
Commit message (Collapse)AuthorAge
* mosh: fix code coverageHEADmasterGravatar Benjamin Barenblat2022-07-18
| | | | | | | | | Update Mosh’s build.sh to pass appropriate configure options when coverage is requested, as well as to pass CXXFLAGS through to the actual build. These fix ClusterFuzz code coverage reports. Along the way, enable verbose build rules, since they’re useful for debugging build failures.
* mosh: update email addresses for a couple of maintainers (#8024)Gravatar Benjamin Barenblat2022-07-18
|
* g-api-auth-library: add google members (#8023)Gravatar DavidKorczynski2022-07-18
| | | | Ref: https://github.com/googleapis/google-auth-library-python/issues/1082#issuecomment-1188384851
* zeek: Add two more team members to user list (#8021)Gravatar Tim Wojtulewicz2022-07-18
|
* Add Cory to the access list. (#8020)Gravatar Thomas Van Lenten2022-07-18
|
* git: workaround new requirement to use common-main (#7818)Gravatar steadmon2022-07-17
| | | | | | | | | | | | | | | | | | | | | Due to upstream changes, the Git fuzzers must now link against common-main.o; however, this breaks the build in two ways: 1) Linking with common-main.o causes main() to have multiple definitions, one in common-main.o and one from the fuzzing engine. 2) To avoid #1, the Git Makefile specifically excludes common-main.o from the fuzzer build rule. To work around these issues, we can override FUZZ_CXXFLAGS (add "-Wl,--allow-multiple-definition" to fix #1) and LIB_FUZZING_ENGINE (add "common-main.o" to fix #2). Once we can get a Makefile fix into Git's upstream, we can remove the override for LIB_FUZZING_ENGINE. However, this change causes `check_build` to fail for honggfuzz, and we have not yet been able to diagnose the reason. So for now, we also need to limit our engines to afl and libfuzzer.
* psycopg2: broaden exceptions (#8018)Gravatar DavidKorczynski2022-07-16
|
* GCloud Error Python: initial integration (#7951)Gravatar Arthur Chan2022-07-15
| | | | Create util fuzzer Add project settings
* python-cloud-storage: initial integration (#7999)Gravatar DavidKorczynski2022-07-15
|
* google-auth-library-python: initial integration (#8008)Gravatar DavidKorczynski2022-07-15
| | | | | | | | * google-auth-library-python: initial integration Initial integration of https://github.com/googleapis/google-auth-library-python * nit
* python-cloud-core: initial integration (#8010)Gravatar DavidKorczynski2022-07-15
| | | | | | | * python-cloud-core: initial integration Initial integration of https://github.com/googleapis/python-cloud-core * nit
* google-resumable-media-python: initial integration (#8011)Gravatar DavidKorczynski2022-07-15
| | | | Initial integration of https://github.com/googleapis/google-resumable-media-python
* psycopg2: initial integration (#7773)Gravatar Arthur Chan2022-07-15
| | | | | | | | | | | | | | * psycopg2: initial integration build initial fuzzer * Fix Dockerfile Fix error handling * Fix data length Fix formatting * Fix fuzzer * Fix project contact
* ostree: fix build (#8016)Gravatar DavidKorczynski2022-07-14
| | | Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46923
* abseil-cpp: fix build (#8015)Gravatar DavidKorczynski2022-07-14
| | | Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48948
* ghostscript: add tiff fuzzer (#8012)Gravatar DavidKorczynski2022-07-14
| | | | | | * ghostscript: add tiff fuzzer Similar to all other devices with exception it writes to file instead of /dev/null. This is needed because tiff writing requires seek abilities.
* [libxml2] [libxslt] Readd myself as primary contact (#8013)Gravatar Nick Wellnhofer2022-07-14
| | | | | | This reverts commit 4a13e59f3a09cece14001ed747c08ef06a6fb126. Thanks to the Google Patch Rewards Program for supporting my work on libxml2 and libxslt!
* Update build.sh for libjxl (#8007)Gravatar szabadka2022-07-14
|
* Update project.yaml for libpng (#7938)Gravatar Alberto2022-07-13
| | | | | | | Update project.yaml Add new `auto_ccs` Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
* Add another cc for the Wasmtime project (#8002)Gravatar Alex Crichton2022-07-13
| | | Replaces #7954
* crossplane: Move fuzzer to cncf-fuzzing (#8003)Gravatar AdamKorcz2022-07-13
| | | Signed-off-by: AdamKorcz <adam@adalogics.com>
* libpcap: change my email address in project.yaml. (#8001)Gravatar Guy Harris2022-07-13
| | | | This is now the email address for my Google account; I changed it a while ago.
* [crossplane] Initial integration (#5422)Gravatar AdamKorcz2022-07-12
| | | | | | | | | | | | | * [crossplane] Initial integration Signed-off-by: AdamKorcz <adam@adalogics.com> * Update Dockerfile * Update build.sh * Update fuzz.go Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
* Work-around for recent libyal project autoconf and gettext updates (#7993)Gravatar Joachim Metz2022-07-12
| | | Work-around for recent libyal project updates
* [flac] Disable _FORTIFY_SOURCE for all sanitizers (#7997)Gravatar Martijn van Beurden2022-07-12
|
* mosh: enable fuzzers (#7995)Gravatar Benjamin Barenblat2022-07-12
|
* google-cloud-logger-python: initial integration (#7936)Gravatar Arthur Chan2022-07-12
| | | | | | | | * google-cloud-logger-python: initial integration Create initial integration Create fuzzers * google-cloud-logger-python: fix folder name - Remove "google" from folder name
* g-apis-py-core: initial integration (#7943)Gravatar DavidKorczynski2022-07-12
| | | | | | | * g-apis-py-core: initial integration Initial integration of https://github.com/googleapis/python-api-core * expand fuzzer
* g-api-python-client: initial integration (#7946)Gravatar DavidKorczynski2022-07-12
|
* g-api-py-api-common-protos: initial integration (#7949)Gravatar DavidKorczynski2022-07-12
|
* [skia] Add user to auto-cc (#7991)Gravatar Kevin Lubick2022-07-11
|
* projects: libwebsockets: change primary_contact (#7990)Gravatar Andy Green2022-07-11
| | | | | | Google requires the primary_contact is not the alternate email on a google account. https://github.com/google/oss-fuzz/issues/7985
* flask: fix build (#7989)Gravatar DavidKorczynski2022-07-11
| | | | | Builds Werkzeug from latest, which is also needed for proper fuzzing. Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49025
* libphonenumber: fix build (#7986)Gravatar DavidKorczynski2022-07-09
| | | Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48949
* ghostscript: add three new devices fuzzers (#7981)Gravatar DavidKorczynski2022-07-09
| | | | | | | * ghostscript: add three new devices fuzzers * nits * simplify build
* nghttp2: Update auto_ccs (#7984)Gravatar Tatsuhiro Tsujikawa2022-07-09
|
* [cryptofuzz] Disable special ECDH (#7982)Gravatar Guido Vranken2022-07-09
|
* [flac] Remove myself from project (#7983)Gravatar Guido Vranken2022-07-09
|
* cilium: add fuzzers from cncf-fuzzing (#7979)Gravatar AdamKorcz2022-07-08
| | | Signed-off-by: AdamKorcz <adam@adalogics.com>
* gonids: use out dir with env variable (#7978)Gravatar Catena cyber2022-07-08
|
* libwebsockets: Add fuzzer for lws-upng (#7977)Gravatar afosscontact2022-07-08
| | | | | | | | | | | | | | | * libwebsockets: Add fuzzer for lws-upng * Add License * Fix sanitzer config * Fix fuzzing_engine config * Update Dockerfile * Update build.sh Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
* [bls-signatures] Fix build (#7976)Gravatar Guido Vranken2022-07-08
|
* [flac] Add fuzzer_metadata (#7975)Gravatar Martijn van Beurden2022-07-08
| | | Add fuzzer_metadata
* infra: have timeout per fuzz target for coverage (#7831)Gravatar Catena cyber2022-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * infra: have timeout per fuzz target for coverage As is done for other languages * ngolo-fuzzing: remove temporary workaround now that https://github.com/golang/go/issues/53190 is closed * ngolo-fuzzing: use built go toolchain in its directory without copying it to /root/.go/ in order to get coverage for std lib in the end * infra: ability to get coverage for additional golang package And uses it with ngolo-fuzzing : ngolo-fuzzing fuzz targets live in a different repository than the code being fuzzed, and we we want to get the coverage, for both the fuzz target and the package being fuzzed * fixup bash unbound * fixup ngolo-fuzzing only match at beginning for std package * stricter check for every additional go package
* Disable dataflow builds for projects that have enabled it. (#7968)Gravatar jonathanmetzman2022-07-07
| | | | | | | | | * Disable dataflow builds for projects that have enabled it. Related: https://github.com/google/oss-fuzz/issues/7963 * fix openjpeg * fix
* projects: add libwebsockets (#7957)Gravatar Andy Green2022-07-07
| | | | As suggested on https://github.com/warmcat/libwebsockets/issues/2687 I'd like to add lws to oss-fuzz.
* gonids: echoes binary fuzz target in build log (#7960)Gravatar Catena cyber2022-07-07
| | | To debug https://github.com/golang/go/issues/49075
* msal: nit (#7961)Gravatar DavidKorczynski2022-07-06
| | | Fix typo in code
* msal: refine fuzzers (#7958)Gravatar DavidKorczynski2022-07-06
| | | Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48789
* [wolfssl] Fix build (#7956)Gravatar Guido Vranken2022-07-06
| | | | | * [wolfssl] Fix build * [wolfssl] Fix build try 2