diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-04-20 12:19:47 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-04-22 17:19:19 +0200 |
commit | 10e4dd6a7b3b2bc512223c4d94607f12443aab9f (patch) | |
tree | 4664f43185a3b02f85c5bb0af65d2d4b104e363c /.github/ISSUE_TEMPLATE | |
parent | eb84ca3ea8f793ecbedf7865c41a8d1b9f59efb7 (diff) | |
download | curl-10e4dd6a7b3b2bc512223c4d94607f12443aab9f.tar.gz |
docs/BUG-BOUNTY: bug bounty time [skip ci]
Introducing the curl bug bounty program on hackerone. We now recommend
filing security issues directly in the hackerone ticket system which
only is readable to curl security team members.
Assisted-by: Daniel Gustafsson
Closes #3488
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index a705e79e5..adda69c91 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,5 +1,6 @@ -<!-- Only file bugs here! Ask questions on the mailing list https://curl.haxx.se/mail/ - Do not file security vulnerabilities here, e-mail curl-security at haxx.se +<!-- Only file bugs here! Ask questions on the mailing lists https://curl.haxx.se/mail/ + + SECURITY RELATED? Post it here: https://hackerone.com/curl There are collections of known issues to be aware of: https://curl.haxx.se/docs/knownbugs.html |