summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-04 23:58:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-05-09 10:03:47 +0200
commit489a4be12a1120b4c734ba7540b611123e0d535b (patch)
tree770ae06270e70ed9477f8a9cd21065be8efda36a
parentf4603708af08f454bca8b74095d0af40a4516512 (diff)
downloadcurl-489a4be12a1120b4c734ba7540b611123e0d535b.tar.gz
BUG-BOUNTY.md: add the Dropbox "bonus" extra payout ability [ci skip]
Closes #3839
-rw-r--r--docs/BUG-BOUNTY.md28
1 files changed, 21 insertions, 7 deletions
diff --git a/docs/BUG-BOUNTY.md b/docs/BUG-BOUNTY.md
index de6d53e2f..dedb249b4 100644
--- a/docs/BUG-BOUNTY.md
+++ b/docs/BUG-BOUNTY.md
@@ -13,7 +13,7 @@ After you have reported a security issue, it has been deemed credible, and a
patch and advisory has been made public, you may be eligible for a bounty from
this program.
-See all details at https://hackerone.com/curl.
+See all details at https://hackerone.com/curl
This bounty is relying on funds from sponsors. If you use curl professionally,
consider help funding this! See https://opencollective.com/curl for details.
@@ -28,12 +28,7 @@ We offer reward money *up to* a certain amount per severity. The curl security
team determines the severity of each reported flaw on a case by case basis and
the exact amount rewarded to the reporter is then decided.
-At the start of the program, the award amounts are:
-
- Critical: 2,000 USD
- High: 1,500 USD
- Medium: 1,000 USD
- Low: 500 USD
+Check out the current award amounts at https://hackerone.com/curl
# Who is eligible for a reward?
@@ -88,3 +83,22 @@ In the event that the individual receiving a curl bug bounty needs to pay
taxes on the reward money, the responsibility lies with the receiver. The
curl project or its security team never actually receive any of this money,
hold the money, or pay out the money.
+
+## Bonus levels
+
+In cooperation with [Dropbox](https://www.dropbox.com) the curl bug bounty can
+offer the highest levels of rewards if the issue covers one of the interest
+areas of theirs - and only if the bug is graded *high* or *critical*. A
+non-exhaustive list of vulnerabilities Dropbox is interested in are:
+
+ - RCE
+ - URL parsing vulnerabilities with demonstrable security impact
+
+Dropbox would generally hand out rewards for critical vulnerabilities ranging
+from 12k-32k USD where RCE is on the upper end of the spectrum.
+
+URL parsing vulnerabilities with demonstrable security impact might include
+incorrectly determining the authority of a URL when a special character is
+inserted into the path of the URL (as a hypothetical). This type of
+vulnerability would likely yield 6k-12k unless further impact could be
+demonstrated.