oss-fuzz
oss-fuzz copied to clipboard
OSS-Fuzz - continuous fuzzing for open source software.
This is a companion to https://github.com/google/oss-fuzz/issues/11925 OSS-Fuzz automatically assigns severity for bugs. This is a great first-pass triage, but sometimes OSS-Fuzz is wrong. It may over-level the bug if it's...
This PR migrates to the new CMake-based build system.
I have recently contributed Log4cxx tests in #12352. Though I am not able to see the tests being picked up and run by ClusterFuzz. ### Fuzzing builds I can see...
The infrastructure is not producing data for our fuzzers since August 6th. We had build issues but they have been solved and the build has now completed for the last...
Follow-up on #12077 by @alexcrichton cc @maflcko Main difference is to update infra/base-images/base-runner/profraw_update.py so that oss-fuzz converts profraw version 8 to 9 (and llvm-cov seems more tolerant in older version...
Pip from base image no longer works to install mussels dependency.
cf https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65816
The current bazel builds change the owner of the $OUT directory due to `tar`. This can cause some issues depending on how Docker is run, but, this is ultimately annoying...
TinySPARQL (formerly, Tracker) is a small SPARQL library powering indexing and search in the GNOME desktop. It contains a number of parsers for the SPARQL query language and various RDF...