aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
Commit message (Collapse)AuthorAge
...
* [zstd] Update auto_ccs (#4534)Gravatar Nick Terrell2020-10-15
|
* Move avif_decode_fuzzer.cc from oss-fuzz/projects/libavif/ to the libavif ↵Gravatar Joe Drago2020-10-13
| | | | | | | project (#4530) https://github.com/AOMediaCodec/libavif/issues/366 Co-authored-by: Joe Drago <jdrago@netflix.com>
* Remove dataflow for ndpi project (#4528)Gravatar Catena cyber2020-10-13
|
* Added the rust-lang regex project. (#3811)Gravatar DavidKorczynski2020-10-12
|
* [graphicsmagick] fixed cloning of freetype2 (#4517)Gravatar Alex Gaynor2020-10-10
| | | | | * [graphicsmagick] fixed cloning of freetype2 * Update Dockerfile
* [imagemagick] fixed cloning of freetype2 (#4518)Gravatar Alex Gaynor2020-10-10
| | | | | * [imagemagick] fixed cloning of freetype2 * Update Dockerfile
* Add me please. (#4513)Gravatar John Safranek2020-10-09
|
* Update to new prototype of avifDecoderSetIOMemory (#4512)Gravatar wantehchang2020-10-09
| | | | avifDecoderSetIOMemory() has been changed to take the buffer data pointer and buffer size as input parameters.
* [openexr] add support for intergrated exrcheck_fuzzer (#4514)Gravatar metamerism2020-10-09
| | | Signed-off-by: Peter Hillman <peter@pedro.kiwi>
* Solidity: update docker image and build script (#4397)Gravatar Bhargava Shastry2020-10-08
|
* Change the url for the fuzzing dictionary (#4509)Gravatar Google AutoFuzz Team2020-10-08
|
* [fluent-bit] Fixed broken build. (#4507)Gravatar DavidKorczynski2020-10-07
|
* [cryptofuzz] Add crypto-js (#4500)Gravatar Guido Vranken2020-10-05
|
* [libsndfile]: Update contacts, ignore JNI coverage errors (#4503)Gravatar Erik de Castro Lopo2020-10-02
|
* [envoy] fix envoy coverage (#4502)Gravatar asraa2020-10-02
| | | | | | | | | * fix envoy coverage Signed-off-by: Asra Ali <asraa@google.com> * remove interns and hosts Signed-off-by: Asra Ali <asraa@google.com>
* Update servo contact. (#4501)Gravatar Josh Matthews2020-10-02
|
* Rewrite qcms fuzz target for the change to Rust (#4499)Gravatar Jeff Muizelaar2020-09-30
|
* Enables MSAN for Suricata (#4455)Gravatar Catena cyber2020-09-30
| | | | | | * Enables MSAN for Suricata * Move rustup std lib download to base-builder
* [c-ares] Add more upstream maintainers to cc (#4498)Gravatar David Drysdale2020-09-29
|
* [astc-encoder] Sync with upstream and use in-project build.sh (#4488)Gravatar Pete Harris2020-09-28
| | | | | | | | | * [astc-encoder] Update to use in-project build.sh - Latest project upstream no longer needs Makefile patch - Latest project upstream includes a build.sh and some locally hosted fuzzers * Remove oss-fuzz hosted fuzzers
* [flac] Ignore coverage for JNI headers (fixes #4490). (#4496)Gravatar Max Moroz2020-09-28
|
* [proxygen] require gperf 3.1 (#4483)Gravatar Luca Niccolini2020-09-28
| | | | | | | | * [proxygen] require gperf 3.1 proxygen recently switched to building with -std=c++17 gperf < 3.1 emits code with the `register` keyword that has been retired * do not apt-get install gperf
* Update project.yaml (#4493)Gravatar Oliver Chang2020-09-28
|
* [usrsctp] Switch to main sctplab repository. (#4489)Gravatar Taylor Brandstetter2020-09-26
|
* [astc-encoder] Remove astc_encode_decode_ise_fuzzer completely. (#4485)Gravatar Max Moroz2020-09-25
|
* [astc-encoder] Temporarily disable astc_encode_decode_ise_fuzzer. (#4484)Gravatar Max Moroz2020-09-25
|
* Rename google-cloud-go to gcloud-go. (#4480)Gravatar Oliver Chang2020-09-25
| | | | google-cloud-go causes issues as "google" is not allowed in bucket names.
* Update project.yamlGravatar Oliver Chang2020-09-25
|
* [google-cloud-go] Initial integration (#4479)Gravatar Cody Oss2020-09-24
|
* [Arrow] Enable building Brotli support (#4478)Gravatar Antoine Pitrou2020-09-24
| | | | Our seed corpus generation will be enhanced to also produce Parquet compressed files. It needs compression to be enabled in the Arrow build configuration.
* libavif: Update to the new avifIO reader API (#4472)Gravatar wantehchang2020-09-23
| | | | | Fix a build failure. BUG=25877
* Adds ndpi dependency (#4471)Gravatar Catena cyber2020-09-23
|
* Set main repo for clamav. (#4466)Gravatar Oliver Chang2020-09-23
|
* SOF: add project yaml (#4465)Gravatar Curtis Malainey2020-09-22
| | | | | | Sound open firmware is audio firmware for Intel and NXP systems and therefore is safety critical for systems everywhere. Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
* [skia] Use bin/gn (#4469)Gravatar Kevin Lubick2020-09-22
|
* [wolfssl] Add more wolfSSL and wolfSSH fuzzers (#4468)Gravatar Guido Vranken2020-09-22
| | | | | | | | * [wolfssl] Add more wolfSSL and wolfSSH fuzzers * [wolfssl] Don't build new fuzzers with dataflow Same issue as https://github.com/google/oss-fuzz/issues/4402 Try again after that issue is resolved.
* [skia] Remove pinned swiftshader hack (#4467)Gravatar Kevin Lubick2020-09-22
|
* libvips: add libheif and libaom as dependencies (#4463)Gravatar Lovell Fuller2020-09-21
| | | Allows fuzz testing of AVIF/HEIF inputs
* [libressl] Add standalone Cryptofuzz instance (#4464)Gravatar Guido Vranken2020-09-21
|
* [openexr] fix reading extra EXR channels in readMulti (#4461)Gravatar metamerism2020-09-21
| | | Signed-off-by: Peter Hillman <peter@pedro.kiwi>
* [openexr] speed up scanline reading, read all channels in readMulti (#4457)Gravatar metamerism2020-09-17
| | | | | | | | | * [openexr] speed up scanline reading, read all channels in readMulti Signed-off-by: Peter Hillman <peter@pedro.kiwi> * [openexr] rearrange channel order in readMulti Signed-off-by: Peter Hillman <peter@pedro.kiwi>
* Fixed haproxy build. (#4454)Gravatar DavidKorczynski2020-09-17
|
* Add google side maintainer for postgresGravatar Abhishek Arya2020-09-16
|
* [PostgreSQL] Add new protocol fuzzer (#4431)Gravatar Yunshu Ouyang2020-09-16
| | | | | | | * Add new protocol fuzzer * Fixed fuzzer * Removed tar
* [openexr] skip reading large images in exrenvmap (#4449)Gravatar metamerism2020-09-16
| | | Signed-off-by: Peter Hillman <peter@pedro.kiwi>
* [git] add team members to auto_ccs list (#4452)Gravatar steadmon2020-09-16
|
* [cryptofuzz] Subscribe mbed-tls-security (#4450)Gravatar Gilles Peskine2020-09-16
| | | Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
* [skia] Remove patches (#4446)Gravatar Kevin Lubick2020-09-15
| | | | | * [skia] Remove patches * space
* [FFmpeg] Add entry for tools/target_io_dem_fuzzer (#4445)Gravatar Michael Niedermayer2020-09-15
| | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* [cryptofuzz] Add bn.js and bignumber.js (#4447)Gravatar Guido Vranken2020-09-14
| | | | | | | | These are popular JavaScript bignum libraries. Execution of JavaScript code happens through QuickJS. This commit adds xxd.c to the project directory because it's needed to build modules and the distribution doesn't provide it.