Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7461f7

Browse files
committed
how to run a good program
1 parent a287c78 commit c7461f7

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

docs/programs/run-a-good-program.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "How to Run a Good Program"
3+
path: "/programs/good-program.html"
4+
id: "programs/good-program"
5+
---
6+
7+
Congrats on launching your bug bounty program! You might be wondering, Now what? In order to help your program run successfully, we’ve outlined some helpful tips to guide you in managing your program.
8+
9+
### Tip # 1: Engage in disclosure
10+
Programs that engage in [disclosure](disclosure.html) find themselves having higher engagement with hackers as it gives the hackers a better idea with what vulnerabilities have been found thus far.
11+
12+
### Tip #2: Set Fast Response Targets
13+
[Set your response targets](setting-response-targets.html) to fall between the recommended and standard response times. The faster your response times, the higher likelihood of hackers engaging with your program as they’ll see that you’re actively responding to reports.
14+
15+
### Tip #3: Communicate with your hackers
16+
It’s best practice to actively [communicate with your hackers](communicating-with-hackers.html) by commenting on reports and answering any questions or concerns they have in a timely manner and letting them know of any updates or changes to your program by using the [message hackers](programs/message-hackers.html) feature.
17+
18+
### Tip #4: Utilize Bounty Tables
19+
Set up [bounty tables](programs/bounty-tables.html) as they help hackers to see how much is rewarded based on the severity level of the vulnerability. Additionally, it’s important that you set your bounties to fair amounts that don’t underpay hackers.
20+
21+
### Tip #5: Keep your policy up-to-date
22+
Make sure all helpful and important information is written on your [policy](policy-and-scope.html) and that you follow the [best practices for good policies](programs/good-policies.html).
23+
24+
Keep in mind that these short tips don’t guarantee success for your program, but they do help in increasing engagement with hackers. There are a lot of other factors that can affect the success of your program such as the types of assets, the bounty amounts,

src/pages/programs/programs-nav.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
path: /programs/passwords.html
1818
- title: Using Markdown
1919
path: /programs/using-markdown.html
20+
- title: How to Run a Good Prgram
21+
path: /programs/good-program.html
2022
- title: Your Program
2123
items:
2224
- title: General Settings

0 commit comments

Comments
 (0)