aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Max Moroz <mmoroz@chromium.org>2020-11-05 16:59:39 -0800
committerGravatar GitHub <noreply@github.com>2020-11-05 16:59:39 -0800
commit87a4db3d13e42c3709b04fea2192f5e36c05cd87 (patch)
treed6fe26893da0ab0e8c2a1f5bbe61b14c6cf642a5
parentb28d30ef3b18808922542e36966b23e05204a906 (diff)
[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
-rw-r--r--docs/getting-started/integration_rewards.md20
1 files changed, 18 insertions, 2 deletions
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.