]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
BUG-BOUNTY.md: minor rephrase to say there is no bug bounty
authorDaniel Stenberg <daniel@haxx.se>
Tue, 10 Mar 2026 16:10:37 +0000 (17:10 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 10 Mar 2026 16:34:08 +0000 (17:34 +0100)
also add a brief mention to VULN-DISCLOSURE-POLICY.md

Closes #20878

docs/BUG-BOUNTY.md
docs/VULN-DISCLOSURE-POLICY.md
scripts/mdlinkcheck

index 8a85096e09cc4dab4bd283c684304b856e105037..765cf493e6798ab5d1a038b218c05690f60ebcbb 100644 (file)
@@ -4,13 +4,11 @@ Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
 SPDX-License-Identifier: curl
 -->
 
-# The curl bug bounty
-
-Up until the end of January 2026 there was a curl bug bounty. It is no more.
+# No curl bug bounty
 
 The curl project does not offer any rewards for reported bugs or
-vulnerabilities. We also do not aid security researchers to get such rewards
-for curl problems from other sources either.
+vulnerabilities. We do not aid security researchers to get such rewards for
+curl problems from other sources.
 
 A bug bounty gives people too strong incentives to find and make up "problems"
 in bad faith that cause overload and abuse.
index 8878ef7acc3bd0e9f9982b21d25324d7347a55e9..abc7ef2c0a96dc7428998d1f47caac29b20cbdab 100644 (file)
@@ -9,6 +9,9 @@ SPDX-License-Identifier: curl
 This document describes how security vulnerabilities are handled in the curl
 project.
 
+There is no bug bounty and the curl project never offers rewards for reported
+vulnerabilities.
+
 ## Publishing Information
 
 All known and public curl or libcurl related vulnerabilities are listed on
index 4ee0b537525a2afa4a88220bc8dd08cfc8d4e53c..835a02d497d0c2558c3f4366785b6dcf99b39e2c 100755 (executable)
@@ -40,7 +40,6 @@ my %whitelist = (
     'https://curl.se/dev/secprocess.html' => 1,
     'https://curl.se/dev/sourceactivity.html' => 1,
     'https://curl.se/docs/' => 1,
-    'https://curl.se/docs/bugbounty.html' => 1,
     'https://curl.se/docs/caextract.html' => 1,
     'https://curl.se/docs/copyright.html' => 1,
     'https://curl.se/docs/http-cookies.html' => 1,