Commit Graph

3636 Commits

Author SHA1 Message Date
Catena cyber ad44b580d9 do not analyze too long inpus for gnupg list fuzz target (#3007) 2019-11-07 18:34:46 -08:00
David Bryant ce05d64476 Add wavpack to oss-fuzz (#3017) 2019-11-07 17:45:35 -08:00
Oliver Chang 98e4472c45
honggfuzz: Include libhfcommon in $LIB_FUZZING_ENGINE. (#3011) 2019-11-07 08:40:12 +11:00
Catena cyber c839326cd2 Debugs mysql server fuzz targets (#3012) 2019-11-06 06:45:38 -08:00
Paul Dreik 12b7ac580f [simdjson] move the build script into the simdjson repo (#3013)
this means it can be maintained and bugfixed upstream
2019-11-06 06:44:23 -08:00
Abhishek Arya 4ab29a2369
Remove unused aosp project. (#3009) 2019-11-05 13:43:48 -08:00
Guido Vranken c729e26770 [cryptofuzz] Enable wolfCrypt 32 bit builds (#3008) 2019-11-05 07:34:47 -08:00
jonathanmetzman af0ca618de
Get run_minijail working for i386 (#2997) 2019-11-05 07:18:25 -08:00
Abhishek Arya 4035d0d62f
Speculative fix for ndpi broken build 2019-11-04 12:09:50 -08:00
Roman Lebedev 06cd6f4431 [LibRawSpeed] Pull in newer cmake to fix the build (#3003)
As per https://apt.kitware.com/
2019-11-03 19:53:35 -08:00
Guido Vranken 82dcfabe3d [cryptofuzz] wolfCrypt (#3004) 2019-11-03 17:49:40 -08:00
Regina Obe d739d65460 Update Dockerfile (#3005)
gogs is the old url that redirects to new gitea url
2019-11-04 11:53:09 +11:00
Paul Dreik c4f6e0122f [simdjson] initial integration (#2999)
* [simdjson] initial attempt

* fix name mismatch

* fix bad path

* add corpus build script

* drop setting the c++ standard
2019-11-04 10:07:51 +11:00
Bhargava Shastry 048ccb79a0 mruby: Move LPM build to dockerfile (#3000) 2019-11-03 09:35:11 -08:00
Teddy Reed bdd592b1b3 [osquery][lz4][zstd] Add more fb auto_ccs (#2998)
Cc: mhl@fb.com
2019-10-31 08:48:35 -07:00
Catena cyber c57a63b3ed Adds gonids project (#2995) 2019-10-31 08:38:47 -07:00
Catena cyber f060db655d [ndpi] Integrate NDPI with pcap (#2994) 2019-10-31 07:17:09 -07:00
Tom Ritter e49213a348 Add a new fuzz target to osquery for sql queries, and add dictionaries and seed corpuses for both targets. (#2992) 2019-10-30 17:51:01 -07:00
Mikhail Boldyrev e4e95078fe iroha: vcpkg script migration step 1 (#2986) 2019-10-29 07:44:22 -07:00
Catena cyber f03d6345d4 Limits input size for gnupg list fuzz target (#2987) 2019-10-29 06:58:12 -07:00
Evan Miller fd56d723bb [libxls] Build requires autoconf-archive (#2988)
Fixes oss-fuzz/18609
2019-10-29 06:57:52 -07:00
Michael Niedermayer 1a908bd175 [ffmpeg] Drop mesa/drm, it does not build due to changes to its build system (#2983)
Fixes issue 18386

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2019-10-27 11:29:31 -07:00
Randy d898cef4c6 [cjson] Add Alanscut to auto_ccs (#2981) 2019-10-25 07:28:06 -07:00
Randy 0646b72840 [libspng] enable i386 build (#2980)
* [libspng] enable i386 build

* switch to cmake

* fix typo in project.yaml

* amd64 -> x86_64

* dummy commit

* build.sh: move changes back upstream

* dummy commit

* dummy commit
2019-10-24 12:34:55 -07:00
Randy c6c2802432 [cJSON] Integrate project (#2589) 2019-10-24 09:48:45 -07:00
Shane F. Carr e74b4642b9 [myanmar-tools] Ignore hunter-installed dependencies in coverage test (#2973) 2019-10-23 08:10:51 -07:00
Leandro A. F. Pereira 705f4f5e40 lwan: Zip fuzzing corpus for new fuzzers without changing build.sh (#2979)
* lwan: Run bash in verbose mode

Printing the whole command line helps debug the fuzzer build process.

* lwan: Zip fuzzing corpus for new fuzzers without changing build.sh

Instead of hardcoding the archiving of corpus-request-* files in the
Lwan repo into request_fuzzer_seed_corpus.zip, use the fuzzer driver
filename to derive the ZIP file name and corpus file names as each
fuzzer is being built.
2019-10-23 08:07:27 -07:00
Kevin Lubick d0da30e928 [skia] Add skdescriptor (#2970)
* [skia] Add skdescriptor fuzzer

* copy

* add second fuzzer

* dock

* build
2019-10-22 12:16:57 -07:00
Max Moroz a24fb1fd57
[zlib] Make the build script to loop through C++ fuzz targets. (#2977)
* [zlib] Make the build script to loop through C++ fuzz targets.

* Rename the uncompress2 fuzz target.

* fix Dockerfile
2019-10-22 11:43:04 -07:00
Chandra Gopalaiah b816473ff8 Implement a fuzz target for uncompress2 in zlib. (#2976) 2019-10-22 11:11:24 -07:00
Tom Ritter dd51826da5 [osquery] Update osquery's build.sh for upstream changes (#2975) 2019-10-21 21:55:21 -07:00
David Goldman 09112da28d [llvm] Add clang-objc-fuzzer with corpus (#2972)
- Added to LLVM in https://reviews.llvm.org/D69171
2019-10-21 15:11:15 -07:00
Catena cyber e922a6535d Uses different directories for different mysql fuzz targets (#2971) 2019-10-21 13:42:15 -07:00
Wayonb e173745dad New project request for Catapult Server (#2964)
* New project request for Catapult Server

* Fix incorrect colon
2019-10-21 11:35:44 -07:00
Stefan Bucur 20360201ad Implement a fuzz target for all the compression algorithms in LZO. The fuzzer dynamically switches between algorithms using the FuzzedDataProvider adapter. (#2966) 2019-10-21 11:21:56 -07:00
Tiziano Santoro 0ea36d93e3 Add Project Oak team members (#2969) 2019-10-21 07:51:23 -07:00
mwwolters c3fa4ee6f7 Added kubernetes json fuzz targets (#2967) 2019-10-19 07:51:52 -07:00
Tom Ritter ec67fe2530 Add tom@ritter.vg to auto_ccs for osquery (#2968) 2019-10-19 07:35:19 -07:00
Catena cyber 27370744dc Valid dictionaries format for mysql (#2965) 2019-10-18 06:45:32 -07:00
Teddy Reed b54b098f1d [osquery] Improve harnesses by adding build cleanup logic (#2959)
Coverage tests are currently failing. This is most likely due to
exhausting the container disk space. This commit removes downloaded
files and build artifacts, which are not needed for coverage tests.
2019-10-17 20:18:40 -07:00
Catena cyber 802224497d [gnupg] Limit size for gnupg decrypt target (#2962) 2019-10-17 12:14:18 -07:00
jonathanmetzman e612b88c67
[myanmar-tools] Fix build by including libunwind.so.8 in lib (#2961)
The OSS-Fuzz builder and runner images have libunwind. Since
the OSS-Fuzz runner images aren't actually used to run fuzzers on
ClusterFuzz and are just actually used for testing(!) this passed
CI before even though it failed immediately on ClusterFuzz.
I've tested that with this fix, the fuzzer works on ClusterFuzz.
2019-10-17 11:06:36 -07:00
Konstantin Munichev a2e62354a9 Update maintainers of Iroha project (#2960)
Signed-off-by: Konstantin Munichev <toobwn@gmail.com>
2019-10-17 07:07:23 -07:00
Tiziano Santoro f37b7d6dba grpc target cleanup (#2958)
* Cleanup grpc build.sh file

Mostly just minor fixes according to
https://google.github.io/styleguide/shell.xml (quotes, variables, etc)

* Replace Bazel workaround

The proposed approach propagates the standard $LIB_FUZZING_ENGINE flags
all the way through Bazel, so that targets do not need to be linked
using the dummy Bazel rule.
2019-10-16 15:49:51 -07:00
Tiziano Santoro 4530c456bb Add Oak project (#2954)
This is done as part of the Google-internal go/fuzzit effort.

Ref https://github.com/project-oak/oak/issues/261
2019-10-16 13:33:43 -07:00
jonathanmetzman 1ed145d9e7
[bisect_clang] Add comment on testing (#2957) 2019-10-16 12:45:05 -07:00
jonathanmetzman 31df4a914e
[myanmar-tools] Link against $ORIGIN to unbreak builds (#2956) 2019-10-16 12:34:28 -07:00
Catena cyber 84689bf8e7 Removes binutils compile patch (#2955) 2019-10-16 11:37:39 -07:00
Catena cyber e957a1267a Adds people to project binutils (#2952) 2019-10-16 09:34:52 -07:00
Catena cyber 9597461130 Adds project mysql (#2922)
* Initial integration for mysql server

* Patch for mysql 8.0.18

* Adds include

* Adds argument to run_bootstrap_thread

* build -Dprotobuf_BUILD_SHARED_LIBS=OFF

* olwercase port option

* use different socket files
2019-10-16 08:25:11 -07:00