aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-23[suricata] Add pcre2 as dependency (#5484)Catena cyber
2021-03-23[CIFuzz] Fix repo detection for repos downloaded through "go get". (#5481)jonathanmetzman
Superseeds: #5463 Fixes: #3670
2021-03-23[grpc] Fix build (#5483)jonathanmetzman
Also, update base-builder version. Fixes: #3157
2021-03-23[CIFuzz] Make it possible to skip bad build check. (#5475)jonathanmetzman
This will mainly be useful for non-OSS-Fuzz users. Though it can also be used by OSS-Fuzz users to speed things up (very slightly in most cases). Fixes #4377
2021-03-23[helper] Fix handling of gsutil's 2FA (#5482)jonathanmetzman
gsutil recently started asking daily for a security key jiggle for accounts using it. This means if we don't print stderr in real time, users won't see why a corpus isn't downloading and helper will hang until 2FA request times out.
2021-03-23Fix bisection when the original checkout is for a single branch. (#5478)Oliver Chang
Repos cloned with `--branch BRANCH` will only track that branch, even when we unshallow. If we provide a git SHA from another branch, it will not be recognized. To fix, this, we update the remote tracking config and fetch them. For google/osv#88.
2021-03-22Fixes ygot coverage build (#5476)Catena cyber
2021-03-22Mention Java/JVM support in the README (#5477)Fabian Meumertzheim
2021-03-22Delete unneeded files from cargo-fuzz install (100MB) (#5436)jonathanmetzman
2021-03-22Updated json5format for upstrem merge. (#5472)DavidKorczynski
2021-03-22[infra/helper.py] Unittest shell base-runner-debug (#5470)jonathanmetzman
Make sure shell-base-runner-debug works.
2021-03-22[json-sanitizer] Fix dictionaries and add corpora (#5469)Fabian Meumertzheim
2021-03-22PCL: add another maintainer under auto_ccs (#5466)Markus Vieth
2021-03-22[jackson-core] Fix seed corpus and dictionary (#5467)Fabian Meumertzheim
2021-03-22[fastjson2] Fix dictionary and add seed corpus (#5468)Fabian Meumertzheim
2021-03-21[PCL] add other maintainers as auto_ccs (#5458)Markus Vieth
2021-03-21remove reference to removed interface (#5460)Glenn Strauss
2021-03-21update documenation (#5462)van Hauser
* output afl++ setup * update commit id * update afl++ commit id * asan + cmplog fix * update commit id * update and enhance afl++ * update afl++ commit id, better run asan options * fix linter * add debug_afl script * Update debug_afl * Update compile_afl * fix for karchive * put debug_afl in the docker container * asan poison fix * fix asan settings for zeek * update afl++ commit id * fix * update afl++ commit id * final touches * remove map size * remove old comment * llvm 13 fix * enhance documentation * fix capstone build.sh * update doc Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2021-03-21Revert "Capstone: do not use flags for corpus building (#5464)" (#5465)Abhishek Arya
This reverts commit 856b16fb937f4c187fe2f72d5518336ffa786815.
2021-03-21Capstone: do not use flags for corpus building (#5464)Catena cyber
* Capstone: do not use flags for corpus building * No corpus generation with afl for capstone
2021-03-21Generate badges for projects without coverage (#5459)Fabian Meumertzheim
Generate badges also for projects with no coverage builds at all (e.g. JVM and Python projects). For these projects, the badge only has the two possible states "build passing" and "build failing".
2021-03-21[NFC][base-builder] Fix order so comment is in right place (#5445)jonathanmetzman
2021-03-20Wasmtime: remaps for coverage (#5392)Catena cyber
* Wasmtime: remaps for coverage * right loop fixup * Adding a comment
2021-03-20[ibmswtpm2] Speculative fix for AFL++ issue. (#5451)jonathanmetzman
* [ibmswtpm2] Speculative fix for AFL++ issue. Try to fix issue by using CC and CXX from env. Fixes #5093 * fix
2021-03-20mv instead of cp skia build.sh artifacts (#5367)wjtracey
* mv instead of cp skia build.sh artifacts Hopefully this will reduce the footprint so skia builds begin passing the CQ again. * Update build.sh Return some moves to copies, since the same corpus and binary is sometimes reused, slight reordering for clarity. * Update build.sh with mv of reused corpus
2021-03-20nom: initial integration (#5403)DavidKorczynski
* initial integration of nom. * Updated maintainer email. * cleanup.
2021-03-20Updated the image-png fuzzer. (#5457)DavidKorczynski
2021-03-20[firefox] Fix various build problems (#5456)Christian Holler (:decoder)
* [firefox] Suppress LSan errors during build * [firefox] Properly ignore CFLAGS/CXXFLAGS * [firefox] Use the same Rust Nightly version as in Mozilla CI
2021-03-20[docs] Change wording regarding i386 fuzzing. (#5449)jonathanmetzman
Mention that only some projects will benefit. Fixes: #4752.
2021-03-19[NFC][CIFuzz] Rename test_files to test_data and delete unneeded testcases ↵jonathanmetzman
directory (#5448)
2021-03-19[AFL++] llvm 13 fix (#5454)van Hauser
2021-03-19[firefox/spidermonkey] Fix mach call and install dep (#5446)Tyson Smith
2021-03-19[base-builder] Fix temp dir deletion for atheris (#5434)jonathanmetzman
Add back /tmp dir deletion that was accidentally removed before #5344 was committed.
2021-03-19[Liblouis] Initial integration (#4909)AdamKorcz
2021-03-19[cairo] Add to CC list (#5431)Tyson Smith
2021-03-19Fix typo in path equilavence for golang coverage (#5444)Catena cyber
2021-03-18[go-snappy] reject large inputs to avoid OOM (#5443)Nigel Tao
Updates https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32135
2021-03-18zeek: add user to mailing list (#5438)Tim Wojtulewicz
2021-03-18remove map size for afl++ (#5433)van Hauser
* output afl++ setup * update commit id * update afl++ commit id * asan + cmplog fix * update commit id * update and enhance afl++ * update afl++ commit id, better run asan options * fix linter * add debug_afl script * Update debug_afl * Update compile_afl * fix for karchive * put debug_afl in the docker container * asan poison fix * fix asan settings for zeek * update afl++ commit id * fix * update afl++ commit id * final touches * remove map size * remove old comment Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2021-03-18Update primary contact and CCs for USBGuard project (#5432)Zoltán Fridrich
* Update primary contact and CCs for USBGuard project * Update project.yaml Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2021-03-18[base-clang] Reduce base-clang size by deleting unneeded binaries+libraries ↵jonathanmetzman
(#5282) Delete unneeded LLVM tools, clang libraries and testing tools. This reduces the image size from 1.71 GB to 901 MB. It may be possible to improve on this by deleting some LLVM libraries though I don't know which ones we should delete because AFL++ might use some). Related https://github.com/google/oss-fuzz/issues/5170
2021-03-17Removing myself from this list. (#5428)Francois Pesce
2021-03-17[CIFuzz] Give testcases unique names. (#5424)jonathanmetzman
2021-03-17Update project.yaml (#5426)Kevin Conner
Include email addresses for Brian and myself
2021-03-17Added build files for PCL (#4678)AdamKorcz
* Added pcl * Update Dockerfile Co-authored-by: Abhishek Arya <inferno@chromium.org>
2021-03-17Go coverage : use gofuzz tag by default (#5425)Catena cyber
as is done by gofuzz build
2021-03-17Golang coverage summary updated to version 2.0.1 (#5346)Catena cyber
2021-03-17[jackson-dataformats-binary] Initial integration (#5382)Fabian Meumertzheim
2021-03-16tpm2-tss: add acl dependency (#5410)Tadeusz Struk
Update docker file and add access control list tool dependency
2021-03-16update afl++ commit id (#5402)van Hauser
* output afl++ setup * update commit id * update afl++ commit id * asan + cmplog fix * update commit id * update and enhance afl++ * update afl++ commit id, better run asan options * fix linter * add debug_afl script * Update debug_afl * Update compile_afl * fix for karchive * put debug_afl in the docker container * asan poison fix * fix asan settings for zeek * update afl++ commit id * fix * update afl++ commit id * final touches Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>