From 87a4db3d13e42c3709b04fea2192f5e36c05cd87 Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Thu, 5 Nov 2020 16:59:39 -0800 Subject: [docs] Clarify the integration rewards page regarding the max reward amount. (#4599) * [docs] Clarify the integration rewards page regarding the max reward amount. * replace the "biggest rewards" with "top rewards" * explain the rewards structure in more detail as suggested by Oliver * fix a typo --- docs/getting-started/integration_rewards.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/getting-started/integration_rewards.md b/docs/getting-started/integration_rewards.md index 51b2a8ff..c257f019 100644 --- a/docs/getting-started/integration_rewards.md +++ b/docs/getting-started/integration_rewards.md @@ -8,6 +8,22 @@ permalink: /getting-started/integration-rewards/ # Integration rewards -We encourage you to apply for integration rewards (upto **$20,000**) once your project is -successfully integrated with OSS-Fuzz. Please see the details in our blog post +We encourage you to apply for integration rewards (up to **$20,000**) once your project +is successfully integrated with OSS-Fuzz. Please see the details in our blog post [here](https://opensource.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html). + +Rewards are based on the quality of integration with OSS-Fuzz, which is evaluated using +the following criteria: +* Upstream integration of the fuzz targets and build support. +* Performance of the fuzz targets and code coverage achieved with fuzzing. +* Regression testing in the upstream repository using fuzz targets and OSS-Fuzz corpora. + Enabling [CIFuzz](https://google.github.io/oss-fuzz/getting-started/continuous-integration/) + is the easiest way to address this. +* Discretion bonus to recognize outstanding work. + +For each of the points above, the OSS-Fuzz rewards panel first sets up a cap of up to $5,000. +Then, the panel decides the actual reward amount (ranging from $0 up to the cap) for each +criteria, depending on how well the criteria is satisfied. + +The highest cap values ($5,000) are awarded only to projects of a critical importance for the +global infrastructure and/or widely used products, devices, or services. -- cgit v1.2.3