oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

OSS-Fuzz - continuous fuzzing for open source software.

Results 635 oss-fuzz issues
Sort by recently updated
recently updated
newest added

Fixes: https://github.com/google/oss-fuzz/issues/8059

Support for intercepting getrandom has been implemented since [llvm 10.0.0](https://github.com/llvm/llvm-project/commit/ac9ee01fcbfac745aaedca0393a8e1c8a33acd8d), and the referenced issue, https://github.com/google/sanitizers/issues/852, marked as resolved. If this still fails, we should either investigate why this is still...

[python-email-validator](https://github.com/JoshData/python-email-validator) is a robust email address syntax and deliverability validation library for Python. It has millions of downloads as per pypi and is used by projects like [fastapi](https://github.com/tiangolo/fastapi) or [pydantic](https://github.com/samuelcolvin/pydantic)....

Theres a few different reasons why we should update clang - discrepancies between what is used in the rest of Google and OSS-Fuzz - needing a newer version of clang...

Go supports defining tests in `package` and `package_test` packages. (https://jdkaplan.dev/thinkin-logs/2021-10-07/). However, when using the latter form we end up with issues: ``` -: found packages mesh (mesh.go) and mesh_test (mesh_test.go_fuzz_.go)...

The GitHub Actions could support Docker Layer Caching so that users can save time and processing power when building fuzzers. Such feature could be: a) Native - the entire caching...

cflite

Keeping this in draft until upstream PR is reviewed, some things will have to change once the upstream PR is merged.