GitXplorerGitXplorer
g

oss-fuzz

public
10752 stars
2281 forks
474 issues

Commits

List of commits on branch master.
Verified
14335c0ad570e0827f2631beb5f237f32d529649

speex: build encoder fuzzers (#12943)

ttmatth committed 18 hours ago
Verified
e745e1454bcefbecfaca350b4319d4b43f79928d

wasmtime: Disable ASAN in fuzzing (#12947)

aalexcrichton committed 18 hours ago
Verified
f482e5814b9e432e0e1f166c9a98a290def3be56

Jpegoptim: Initial Project Proposal (#12919)

ccapuanob committed a day ago
Verified
3fe9206db02134ae19587fce60452fa22c0ef038

[jbig2dec] Update addresses to new upstream git server. (#12944)

ssebras committed a day ago
Verified
f827508eff022393b89475fe03e08bd019c05027

monero: fix boost / openssl link (#12936)

pplowsof committed 3 days ago
Verified
63b0232d7c2a2facc47ae5366e795caa41cac910

vscode: bump introspector and add command for getting optimal targets (#12942)

DDavidKorczynski committed 3 days ago

README

The README file for this repository.

OSS-Fuzz: Continuous Fuzzing for Open Source Software

Fuzz testing is a well-known technique for uncovering programming errors in software. Many of these detectable errors, like buffer overflow, can have serious security implications. Google has found thousands of security vulnerabilities and stability bugs by deploying guided in-process fuzzing of Chrome components, and we now want to share that service with the open source community.

In cooperation with the Core Infrastructure Initiative and the OpenSSF, OSS-Fuzz aims to make common open source software more secure and stable by combining modern fuzzing techniques with scalable, distributed execution. Projects that do not qualify for OSS-Fuzz (e.g. closed source) can run their own instances of ClusterFuzz or ClusterFuzzLite.

We support the libFuzzer, AFL++, and Honggfuzz fuzzing engines in combination with Sanitizers, as well as ClusterFuzz, a distributed fuzzer execution environment and reporting tool.

Currently, OSS-Fuzz supports C/C++, Rust, Go, Python, Java/JVM, and JavaScript code. Other languages supported by LLVM may work too. OSS-Fuzz supports fuzzing x86_64 and i386 builds.

Overview

OSS-Fuzz process diagram

Documentation

Read our detailed documentation to learn how to use OSS-Fuzz.

Trophies

As of August 2023, OSS-Fuzz has helped identify and fix over 10,000 vulnerabilities and 36,000 bugs across 1,000 projects.

Blog posts