Lines Matching +full:oss +full:- +full:fuzz
1 ---
3 title: OSS-Fuzz
8 ---
10 # OSS-Fuzz chapter
12 [Fuzz testing] is a well-known technique for uncovering programming errors in
15 vulnerabilities and stability bugs by deploying [guided in-process fuzzing of
19 [Fuzz testing]: https://en.wikipedia.org/wiki/Fuzz_testing
21 …/bugs.chromium.org/p/chromium/issues/list?q=label%3AStability-LibFuzzer%2CStability-AFL%20-status%…
22 [guided in-process fuzzing of Chrome components]: https://security.googleblog.com/2016/08/guided-in…
25 OSS-Fuzz aims to make common open source software more secure and stable by
41 Currently, OSS-Fuzz supports C/C++, Rust, Go, Python and Java/JVM code. Other
42 languages supported by [LLVM] may work too. OSS-Fuzz supports fuzzing x86_64
49 This documentation describes how to use OSS-Fuzz service for your open source
56 [useful links]: {{ site.baseurl }}/reference/useful-links/#tutorials
59 As of June 2021, OSS-Fuzz has found over [30,000] bugs in [500] open source
62 [30,000]: https://bugs.chromium.org/p/oss-fuzz/issues/list?q=-status%3AWontFix%2CDuplicate%20-compo…
63 [500]: https://github.com/google/oss-fuzz/tree/master/projects