Commit Graph

3356 Commits

Author SHA1 Message Date
Bhargava Shastry ca11c5128c Install protobuf-mutator toolchain before building solidity (#2611) 2019-07-16 06:10:45 -07:00
Alex Gaynor 0619a50b4d Remove references to my Alex's mozilla email (#2610) 2019-07-15 19:56:34 -07:00
Tyson Smith fe79deab29 [qcms] Update contacts (#2609) 2019-07-15 19:46:51 -07:00
Abhishek Arya a117436fdb
Add maintainer for libsass. (#2605) 2019-07-15 19:06:08 -07:00
Abhishek Arya 9ab034a1ff
Add maintainer contact for freeimage. (#2606) 2019-07-15 09:00:28 -07:00
Abhishek Arya eaa2256571
Add maintainer contact for mpg123. (#2604) 2019-07-15 08:49:11 -07:00
Guido Vranken fe2e511da8 [cryptofuzz] Add Richard of OpenSSL to auto_ccs (#2603) 2019-07-15 06:00:34 -07:00
Abhishek Arya f2fb4874a4
Fix qcms build failure 2019-07-14 22:47:05 -07:00
Michael Niedermayer b8bb98260c projects/ffmpeg/build: Disable components during build of libavformat which are not tested (#2601)
This disables network protocol code, muxing and IO device code.
None of this is tested currently.

This reduces the filesize slightly and speeds up build slightly
This could matter if we switch to one binary tool per container format
for testing. Currently it probably doesnt matter much.

We may want to add support for testing muxing in the future but first
good coverage of the input (demuxing) side should be achieved.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2019-07-14 11:50:18 -07:00
Abhishek Arya 56329c9402
Add jsonnet developer to auto_cc list (#2598) 2019-07-13 14:38:21 -07:00
Guido Vranken fde1306c40 [python3-libraries] Fix coverage build (#2600)
Coverage builds were failing due to FLAGS being empty which threw an 'unbound variable' error.
2019-07-13 14:38:06 -07:00
Abhishek Arya 59be14786b
Revert "Remove unmaintained jsonnet." (#2597)
* Revert "Remove unmaintained jsonnet. (#2595)"

This reverts commit ded820b3d8.

* Update project.yaml
2019-07-12 19:39:18 -07:00
Abhishek Arya de5c2b5949
Remove experimental bit for git project. (#2596) 2019-07-12 16:32:41 -07:00
Abhishek Arya ded820b3d8
Remove unmaintained jsonnet. (#2595) 2019-07-12 16:25:43 -07:00
Nick Terrell af4b270e4a [zstd] Update contacts (#2594) 2019-07-12 16:01:56 -07:00
Max Moroz 8c080f6989 [docs] Add a note that source code files must not be deleted in build.sh. 2019-07-12 09:29:39 -07:00
Catena cyber f49aaecdfc Use main repo for project MbedTLS (#2592)
* mbedtls ok

* Do not copy removed patch
2019-07-12 07:59:39 -07:00
Bhargava Shastry ab91fbd152 Update bzip2 homepage and primary contact address (#2591) 2019-07-12 06:51:22 -07:00
Lizan Zhou 3092faf7c0 [envoy] define force_libcpp=enabled (#2586)
* envoy: force_libcpp=enabled

Signed-off-by: Lizan Zhou <lizan@tetrate.io>

* fix

Signed-off-by: Lizan Zhou <lizan@tetrate.io>
2019-07-10 15:19:11 -07:00
Tyson Smith cb7abb7c64 [bzip2] Target upstream codebase (#2587)
* [bzip2] Target upstream codebase

* [bzip2] Add CC

* [bzip2] Enable UBSan

* [bzip2] Build seed corpus from samples
2019-07-10 13:02:36 -07:00
Evgeny Vereshchagin d675f4b59c [systemd]: add Susant Sahani and Chris Down (#2583) 2019-07-10 08:34:10 -07:00
Guido Vranken 8aee7894e4 [python3-libraries] (#2567)
* [python3-libraries]

* [python3-libraries] Use upstream CPython. Improve sanitization flags.

* [python3-libraries] Add difflib, csv, decode fuzzers
2019-07-10 07:20:26 -07:00
Andreas Schneider 44bda90444 [libssh] Add the libssh client fuzzer (#2581)
* [libssh] Clone the repository with depth=1

* [libssh] Add a client fuzzer
2019-07-09 07:03:49 -07:00
Guido Vranken 91447e2e3c [libsrtp] Use upstream libsrtp (#2580) 2019-07-08 15:52:54 -07:00
Maksim Shabunin 77f0c4b8a3 [opencv] Added myself to opencv project (#2575) 2019-07-08 09:18:34 -07:00
Catena cyber c58fc17c52 [gnupg] Updates fuzz targets for gnupg (#2576)
Adding an arugment to public_key_list
2019-07-08 06:29:22 -07:00
Vincent Ulitzsch 84119adfbd [giflib] Fix build failure for giflib (#2572)
This commit fixes the current build failure for giflib
by adding GifQuantizeBuffer into the fuzzer's header file.
2019-07-05 12:18:50 -07:00
Guido Vranken 6eab2634bf Cryptofuzz i386 (#2569)
* [cryptofuzz] Enable i386 builds

* [cryptofuzz] Enable i386 builds (update project.yaml)
2019-07-05 10:12:40 -07:00
Jip J. Dekker 9fe0fb9320 [minizinc] Add initial project information for application (#2570) 2019-07-05 10:09:43 -07:00
Sean Kau 86f5130543 [ghostscript] Run ./autogen.sh instead of autoconf and add $ORIGIN to rpath (#2564)
* Run ./autogen.sh instead of autoconf.
* Add $ORIGIN to the rpath
2019-07-03 09:56:39 -07:00
Ammar Askar fca739b562 [cpython] Fix MSAN build (#2565) 2019-07-03 09:55:41 -07:00
jonathanmetzman e8df83fc35
[infra] Make travis deal with adding a new project or removing one (#2566)
This change causes travis to skip building a project when a project does not have build.sh file, a common scenario when a project is added (and only a project.yaml file is added) or removed.
2019-07-02 16:11:37 -07:00
Benjamin Gordon 8934ff6f8b Two fixes for ghostcript (#2562)
* [ghostscript] Fix ininitialized pointer

Passing an invalid pointer causes a crash in gs_new_instance.

* [ghostscript] Add seed corpus

Use the examples distributed with ghostcript as a seed corpus.
2019-07-02 07:38:50 -07:00
Émile Grégoire 024f87dcf9 Use release-2.x branch in the Docker image. (#2563) 2019-07-02 07:36:25 -07:00
tsdgeos 1fd4936af0 [karchive] Use newer bzip2 (#2561) 2019-07-01 12:09:12 -07:00
jonathanmetzman 6fa5719612
Revert "[upb] New Project: upb (#2538)" (#2553)
This reverts commit d5992e4ef5.

Upb is causing exceptions in ClusterFuzz and is completely broken
for AFL and libFuzzer.
2019-06-30 17:13:43 -07:00
Max Dymond f3fd7d1dcb [lz4] Add the lz4 project to oss-fuzz (#2550)
* Add the lz4 project to oss-fuzz
2019-06-30 14:05:31 -07:00
jonathanmetzman c158db4df2
[infra] Remove debug code breaking bad_build_check #2555 (#2557) 2019-06-30 12:52:29 -07:00
Lode Vandevenne e25e4c9e2d [lodepng] Integrate lodepng with OSS-Fuzz (#2556) 2019-06-30 12:23:01 -07:00
Paul Dreik 098ec8c804 [libfmt] use upstream repo (#2552)
The fuzzers have been merged upstream, see
https://github.com/fmtlib/fmt/pull/1199
2019-06-30 08:38:22 -07:00
Sean Kau ad63d0e0ed Add upstream maintainer for ghostscript (#2549) 2019-06-28 14:43:09 -07:00
Max Moroz ee4bb3f62c Enable dataflow for 9 projects written in C (#1632). 2019-06-28 13:59:03 -07:00
Matt Morehouse 80635f81af [llvm] Enable MSan fuzzing. (#2546)
Now that proto fuzzers are gone, we don't have to deal with false
positives coming from protobuf libraries being uninstrumented.
2019-06-27 17:47:21 -07:00
Benjamin Gordon 9b715c91c2 [ghostscript] New project: ghostscript (#2544) 2019-06-27 09:59:20 -07:00
Alex Gaynor 35f59f48f7 Integrate libcbor fuzzer (#2543) 2019-06-27 07:35:54 -07:00
Marta Marczykowska-Górecka 3c93f4ffc0 Added integration for qubes-core-qubesdb (#2540)
* Added integration for qubes-core-qubesdb

Integration for qubesdb daemon used for communication between VMs.

* Build qubes fuzzers only for the appropriate sanitizer
2019-06-26 17:29:47 -07:00
Google AutoFuzz Team d5992e4ef5 [upb] New Project: upb (#2538)
* Create build.sh

* Create Dockerfile

* Create project.yaml

* Modified Dockerfile and build.sh

* Made changes to the build.sh

* Made changes to build

* Modified build

* updated build and project files

* Update project.yaml
2019-06-26 12:42:50 -07:00
Alex Gaynor ed51f6616d [libcbor] New project: libcbor (#2536) 2019-06-26 11:20:37 -07:00
gnrunge d4d9f854e3 Add project team member (myself actually) to notification list. (#2541) 2019-06-26 11:09:34 -07:00
Nick Wellnhofer 0cf9e8245a [libxslt] Additional sanitizers, no unneeded modules (#2539)
- Enable unsigned-integer-overflow and float-divide-by-zero sanitizers.
- Disable some unneeded libxml2 components.
- Disable debugging and profiling code in libxslt to improve
  coverage stats.
2019-06-25 06:41:30 -07:00