aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2021-03-16libfido2: add seed for largeblob, hid, and netlink fuzzers (#5406)Ludvig Michaelsson
2021-03-16Add cosign project to oss-fuzz (#5415)priyawadhwa
2021-03-16Golang coverage: use absolute paths (#5407)Catena cyber
2021-03-16Adds cel-cpp project (#5326)Catena cyber
* Adds cel-cpp project * Fixup copy targets * Disable not working sanitizers * Fixup target try catch * Adds ccs people to cel-cpp * Remove unnneeded bazel download * Use bazel magic * Disable UBSAN for cel-cpp * removing unneeded nit
2021-03-16serenity: Add myself to the mailing list (#5409)Idan Horowitz
2021-03-16Adds golang snappy project (#5351)Catena cyber
2021-03-16[jackson-core] Initial integration (#5396)Fabian Meumertzheim
2021-03-16remove library after merge (#5405)Kimball Thurston
OpenEXR 3.0, and the main branch, has accepted a PR to merge libIexMath into libIex, to lower dependencies. Remove it from the list of libraries and further sort by dependency order Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
2021-03-15[runc] Move fuzzers upstream (#5390)AdamKorcz
* [runc] Move fuzzers upstream * Experimental fix * Revert
2021-03-15[CIFuzz] Fix issue deleting corpus (#5391)jonathanmetzman
Sometimes deleting the corpus in free_disk_if_needed exceptions. Pass ignore_errors=True to fix this. Related: #5383
2021-03-14Rust coverage : do not trigger debug assertions (#5385)Catena cyber
2021-03-14Golang coverage: build binary instead of bash script (#5377)Catena cyber
2021-03-12image-png: initial integration (#5329)DavidKorczynski
* initial integration of rust image-png. * Updated the image-png so it compiles. * Updated image-png to work with maintainer email. * Add another maintainer to project yaml. * Minor update to trigger CI.