diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-05-11 17:50:37 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-05-11 17:50:37 +0200 |
commit | b4988286a91452fab4991f925d88909c41d74285 (patch) | |
tree | e45dbbffe69a74975b94f9a2939a7823b51a4dd6 /docs | |
parent | 97de97daefc2ed084c91eff34af2426f2e55e134 (diff) |
SECURITY-PROCESS: fix links [ci skip]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SECURITY-PROCESS.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/SECURITY-PROCESS.md b/docs/SECURITY-PROCESS.md index 695bae32f..e844a9a90 100644 --- a/docs/SECURITY-PROCESS.md +++ b/docs/SECURITY-PROCESS.md @@ -27,8 +27,8 @@ reference to the security nature of the commit if done prior to the public announcement. - The person discovering the issue, the reporter, reports the vulnerability on - https://hackerone.com/curl. Issues filed there reach a handful of selected - and trusted people. + [https://hackerone.com/curl](https://hackerone.com/curl). Issues filed there + reach a handful of selected and trusted people. - Messages that do not relate to the reporting or managing of an undisclosed security vulnerability in curl or libcurl are ignored and no further action @@ -128,5 +128,5 @@ Publishing Security Advisories Bug Bounty ---------- -See [BUG-BOUNTY](BUG-BOUNTY.md) for specific details on the bug bounty -program. +See [BUG-BOUNTY](https://curl.haxx.se/docs/bugbounty.html) for details on the +bug bounty program. |