aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
Commit message (Collapse)AuthorAge
* Move tmux to point at the correct repository (#4622)Gravatar Sergey Nizovtsev2020-11-09
|
* capstone/keystone/unicorn: add to auto_ccs (#4456)Gravatar StalkR2020-11-09
|
* Solidity: Fuzz breaking branch instead of develop (#4620)Gravatar Bhargava Shastry2020-11-09
|
* [libfido2] Update contacts list (#4619)Gravatar Gabriel Kihlman2020-11-09
|
* [tmux] Initial integration (#4593)Gravatar Sergey Nizovtsev2020-11-09
| | | Signed-off-by: Sergey Nizovtsev
* [cryptofuzz, nettle] Update Botan library path (#4616)Gravatar Guido Vranken2020-11-07
|
* Compatible build for Suricata with CIFuzz (#4606)Gravatar Catena cyber2020-11-05
|
* Fix set up of Fluent Bit following new fuzzers upstream. (#4607)Gravatar DavidKorczynski2020-11-05
|
* [yhirose/cpp-httplib] Enable memory sanitizer (#4598)Gravatar Omkar Jadhav2020-11-05
| | | | | * enable msan * Update Dockerfile
* [libssh2] Move libssh2 to point at the correct repository (#4601)Gravatar Max Dymond2020-11-05
| | | Point the Dockerfile at the correct place now
* [bind9] Drop libltdl build as it was replaced by libuv in the upstream (#4602)Gravatar Ondřej Surý2020-11-05
|
* Adds one dictionary for suricata (#4603)Gravatar Catena cyber2020-11-05
|
* [freetype] Remove zlib and libpng dev packages. (#4597)Gravatar bungeman2020-11-04
| | | | | | | | | | | The upstream build of the fuzzer currently builds freetype --without-zlib and --without-png so these are not needed. In addition, because of the way these dependencies are used they must be built with the sanitizer in order to detect interesting issues like CVE-2020-15999, where FreeType may call into libpng incorrectly but it is libpng which actually does the reads and writes. This has been proposed upstream at https://github.com/freetype/freetype2-testing/pull/86 which uses prefixes to ensure that the system symbols are never used, but it would be beneficial to not have them available at all.
* mruby: Fix build (#4583)Gravatar Bhargava Shastry2020-11-04
|
* Fix building & repro on local source (#4594)Gravatar apascovici2020-11-03
| | | | | | | | | | | * Fix building & repro on local source With this https://google.github.io/oss-fuzz/advanced-topics/reproducing/#reproduce-using-local-source-checkout actually works * Update Dockerfile Co-authored-by: Abhishek Arya <inferno@chromium.org>
* Update servo email. (#4590)Gravatar Josh Matthews2020-11-02
|
* [skia] Fix MSAN build and remove link limit for CIFuzz (#4588)Gravatar Kevin Lubick2020-11-02
| | | | | * [skia] Fix MSAN build and remove link limit for CIFuzz * Fix unbound var
* Adding an myself to the mailing list. (#4587)Gravatar ankitgoogle2020-11-02
| | | | @inferno-chromium @yhirose
* [FFmpeg] update git link to libva (#4582)Gravatar Michael Niedermayer2020-10-30
| | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fix ecc-diff-fuzzer build (#4581)Gravatar Catena cyber2020-10-30
| | | | | | | | | * Fix ecc-diff-fuzzer build by using a more recent npm version * Remove useless symlink in ecc-diff-fuzzer * Remove old libgcrypt
* go-ethereum: update maintainers (#4579)Gravatar Martin Holst Swende2020-10-30
|
* [nettle] Add project (#4578)Gravatar Guido Vranken2020-10-29
| | | | | * [nettle] Add project * [nettle] Fix language field in project.yaml
* Update Dockerfile (#4577)Gravatar apascovici2020-10-29
| | | per https://bellard.org/quickjs/
* [espv2] Fix build failures due to OOM (#4569)Gravatar Teju Nareddy2020-10-29
| | | | | | | | | | | | | | | | | | | | | * [espv2] Fix build failures due to OOM ESPv2 builds have been failing with OOM since we updated our envoy dependency. Signed-off-by: Teju Nareddy <nareddyt@google.com> * Fix ubsan and coverage builds Only use `--copt -D__SANITIZE_ADDRESS__` for `address` builds Signed-off-by: Teju Nareddy <nareddyt@google.com> * Remove another copt Signed-off-by: Teju Nareddy <nareddyt@google.com> * Fix spawn strategy, unsure why it causes build failure Signed-off-by: Teju Nareddy <nareddyt@google.com>
* [exprtk] Initial Integration (#4543)Gravatar Arash Partow2020-10-28
|
* [cryptofuzz] Multiple updates (#4567)Gravatar Guido Vranken2020-10-27
| | | | | | | | | | | | | | | | | | | * [wolfCrypt] Enable more wolfCrypt features * [cryptofuzz] Add Monocypher * [cryptofuzz] Update Boost to v1.74 * [cryptofuzz] Improve Botan build time * [cryptofuzz] Improve Crypto++ build time * [cryptofuzz] wolfCrypt: Add build option required for ECDSA signing * [cryptofuzz] Reference Nettle's libhogweed.a This is required for Nettle ECC operations. * [cryptofuzz] wolfCrypt: Enable XCHACHA
* add libc++ (#4565)Gravatar asraa2020-10-26
| | | Signed-off-by: Asra Ali <asraa@google.com>
* Samba is C, not C++ (#4563)Gravatar Andrew Bartlett2020-10-24
| | | We are quite strictly and proudly a C project.
* [libass] Build with HarfBuzz (#4562)Gravatar Oleg Oshmyan2020-10-23
| | | | | This fixes the build that got broken when libass made HarfBuzz a required dependency. This should also cover more libass code with the fuzzing.
* [mp4parse-rust] Build better avif corpus (#4558)Gravatar Tyson Smith2020-10-22
|
* [servo] Update primary contact for Servo (#4561)Gravatar Josh Matthews2020-10-22
|
* [HarfBuzz] Use my chromium account for CC (#4559)Gravatar Dominik Röttsches2020-10-22
|
* [harfbuzz] Add myself as auto CC for HarfBuzz (#4554)Gravatar Dominik Röttsches2020-10-21
| | | | I am responsible for rolling HarfBuzz into Chromium. I would like to stay on top of oss-fuzz issues for HarfBuzz as they are reported.
* [qemu] add ninja to the build image (#4557)Gravatar Alexander Bulekov2020-10-21
| | | | | | As of QEMU's 09e93326e4 ("build: replace ninjatool with ninja"), QEMU now requires ninja instead of ninjatool for builds. Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
* [qt] Clone submodules in one go (#4555)Gravatar Robert Löhning2020-10-21
|
* [dropbear] Disable zlib (#4551)Gravatar Matt Johnston2020-10-20
|
* [go-ethereum] Initial integration (#4515)Gravatar AdamKorcz2020-10-19
| | | | | * [go-ethereum] Initial integration * Updated primary contact
* solidity: Upgrade boost (#4546)Gravatar Bhargava Shastry2020-10-19
|
* Switch libsndfile repository to the updated repository (#4545)Gravatar Max Dymond2020-10-19
|
* Update email IDs to access bug reports (#4544)Gravatar Omkar Jadhav2020-10-19
|
* [openvswitch] Add William Tu and Ilya Maximets to autoccs list. (#4542)Gravatar Ben Pfaff2020-10-16
| | | | | | | William and Ilya are both upstream maintainers of Open vSwitch, as one can see from: https://github.com/openvswitch/ovs/blob/master/MAINTAINERS.rst They have both expressed interest in getting early access to allow them to fix problems before public release.
* [libc++] Execute the oss-fuzz script located in the libc++ tree (#4541)Gravatar Louis Dionne2020-10-16
|
* Add new email id to autocc (#4540)Gravatar Omkar Jadhav2020-10-16
|
* libwebp: use fuzzers from upstream (#4539)Gravatar James Zern2020-10-16
| | | | | | | | | * libwebp: use fuzzers from upstream BUG=https://crbug.com/webp/409 * build.sh: link with CXX fixes C builds linking with various sanitizers
* [fluent-bit] Update the build script to succeed (#4536)Gravatar DavidKorczynski2020-10-15
| | | Disable compilation of Loki out plugin.
* [yhirose/cpp-httplib] Add to oss-fuzz (#4508)Gravatar Omkar Jadhav2020-10-15
| | | | | | | | | | | | | | | | | | * Add cpp-httplib to oss-fuzz * change primary contact in project.yaml * Remove fuzzing_engines property from project.yaml * Incorporate new changes in httplib.h * Disable i386 config * Remove memory sanitizer * Fix formatting issues * 1. Use official repo 2. Add new email to autocc
* Fix fmt project name and fuzzer paths (#4533)Gravatar Victor Zverovich2020-10-15
|
* [FFmpeg] Add fuzzers for individual demuxers (#4529)Gravatar Michael Niedermayer2020-10-14
| | | This should improve coverage of libavformat
* opus: enable asserts (#4532)Gravatar James Zern2020-10-14
|
* opusfile: enable asserts (#4531)Gravatar James Zern2020-10-14
|