• Home
  • Raw
  • Download

Lines Matching +full:oss +full:- +full:fuzz

1 # OSS-Fuzz: Continuous Fuzzing for Open Source Software
3 [Fuzz testing] is a well-known technique for uncovering programming errors in
6 vulnerabilities and stability bugs by deploying [guided in-process fuzzing of
10 [Fuzz testing]: https://en.wikipedia.org/wiki/Fuzz_testing
12 …/bugs.chromium.org/p/chromium/issues/list?q=label%3AStability-LibFuzzer%2CStability-AFL%20-status%…
13 [guided in-process fuzzing of Chrome components]: https://security.googleblog.com/2016/08/guided-in
16 OSS-Fuzz aims to make common open source software more secure and stable by
32 Currently, OSS-Fuzz supports C/C++, Rust, Go, Python and Java/JVM code. Other languages
33 supported by [LLVM] may work too. OSS-Fuzz supports fuzzing x86_64 and i386
39 ![OSS-Fuzz process diagram](docs/images/process.png)
42 Read our [detailed documentation] to learn how to use OSS-Fuzz.
44 [detailed documentation]: https://google.github.io/oss-fuzz
47 As of June 2021, OSS-Fuzz has found over [30,000] bugs in [500] open source
50 [30,000]: https://bugs.chromium.org/p/oss-fuzz/issues/list?q=-status%3AWontFix%2CDuplicate%20-compo…
51 [500]: https://github.com/google/oss-fuzz/tree/master/projects
54 * 2016-12-01 - [Announcing OSS-Fuzz: Continuous fuzzing for open source software]
55 * 2017-05-08 - [OSS-Fuzz: Five months later, and rewarding projects]
56 * 2018-11-06 - [A New Chapter for OSS-Fuzz]
57 * 2020-10-09 - [Fuzzing internships for Open Source Software]
58 * 2020-12-07 - [Improving open source security during the Google summer internship program]
60 [Announcing OSS-Fuzz: Continuous fuzzing for open source software]: https://opensource.googleblog.c…
61 [OSS-Fuzz: Five months later, and rewarding projects]: https://opensource.googleblog.com/2017/05/os…
62 [A New Chapter for OSS-Fuzz]: https://security.googleblog.com/2018/11/a-new-chapter-for-oss-fuzz.ht…
63 … Source Software]: https://security.googleblog.com/2020/10/fuzzing-internships-for-open-source.html
64 …rnship program]: https://security.googleblog.com/2020/12/improving-open-source-security-during.html