2019-08-07 14:37:16 +00:00
---
layout: default
title: Useful links
nav_order: 2
2019-08-22 18:33:39 +00:00
permalink: /reference/useful-links/
2019-08-07 14:37:16 +00:00
parent: Reference
---
# Useful links
- TOC
{:toc}
---
## Web Interface
* The main page: [oss-fuzz.com ](https://oss-fuzz.com )
## Build Status
* [This page ](https://oss-fuzz-build-logs.storage.googleapis.com/index.html )
gives the latest build logs for each project.
## Blog posts
2019-08-15 22:07:23 +00:00
* 2016-12-01 - Announcing OSS-Fuzz: Continuous fuzzing for open source software
([Open Source](https://opensource.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html),
[Testing ](https://testing.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html ),
[Security ](https://security.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html ))
* 2017-05-08 - OSS-Fuzz: Five months later, and rewarding projects
([Open Source](https://opensource.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html),
[Testing ](https://testing.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html ),
[Security ](https://security.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html ))
* 2018-11-06 - A New Chapter for OSS-Fuzz
([Security](https://security.googleblog.com/2018/11/a-new-chapter-for-oss-fuzz.html))
2020-12-21 21:43:26 +00:00
* 2020-10-09 - [Fuzzing internships for Open Source Software ](https://security.googleblog.com/2020/10/fuzzing-internships-for-open-source.html )
* 2020-12-07 - [Improving open source security during the Google summer internship program ](https://security.googleblog.com/2020/12/improving-open-source-security-during.html )
2023-02-03 01:51:08 +00:00
* 2021-03-10 - [Fuzzing Java in OSS-Fuzz ](https://security.googleblog.com/2021/03/fuzzing-java-in-oss-fuzz.html )
* 2021-12-16 - [Improving OSS-Fuzz and Jazzer to catch Log4Shell ](https://security.googleblog.com/2021/12/improving-oss-fuzz-and-jazzer-to-catch.html )
* 2022-09-08 - [Fuzzing beyond memory corruption: Finding broader classes of vulnerabilities automatically ](https://security.googleblog.com/2022/09/fuzzing-beyond-memory-corruption.html )
2023-02-03 00:02:44 +00:00
* 2023-02-01 - [Taking the next step: OSS-Fuzz in 2023 ](https://security.googleblog.com/2023/02/taking-next-step-oss-fuzz-in-2023.html )
2019-08-07 14:37:16 +00:00
## Tutorials
2023-04-24 01:35:51 +00:00
* [libFuzzer documentation ](https://llvm.org/docs/LibFuzzer.html )
* [libFuzzer tutorial ](https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md )
2019-08-07 14:37:16 +00:00
* [libFuzzer workshop ](https://github.com/Dor1s/libfuzzer-workshop )
* [Structure-Aware Fuzzing with libFuzzer ](https://github.com/google/fuzzer-test-suite/blob/master/tutorial/structure-aware-fuzzing.md )
* [Chromium Fuzzing Page ](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/ )
* [Chromium Efficient Fuzzing Guide ](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/efficient_fuzzing.md )
2023-02-03 01:51:08 +00:00
* [ClusterFuzz documentation ](https://google.github.io/clusterfuzz/ )