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

Skip to content

Commit 1a266da

Browse files
committed
added hackbot to reducing noise article
1 parent f81f4f6 commit 1a266da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/programs/reducing-noise.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path: "/programs/reducing-noise.html"
44
id: "programs/reducing-noise"
55
---
66

7-
Once your program launches [publicly](/hackers/private-vs-public-programs.html), you enable the entire hacker community to submit vulnerability reports to your program. Though publicly launching your program is a huge accomplishment, it also means that your program is more susceptible to noise from invalid or low-impact reports. Receiving such reports makes it difficult to maintain healthy programs with healthy response times as programs are spending time filtering through these low priority reports.
7+
Once your program launches [publicly](/hackers/private-vs-public-programs.html), the entire hacker community is enabled to submit vulnerability reports to your program. Though publicly launching your program is a huge accomplishment, it also means that your program is more susceptible to noise from invalid or low-impact reports. Receiving such reports makes it difficult to maintain healthy programs with healthy response times as programs are spending time filtering through these low priority reports.
88

99
In order to help you and your program become more successful, HackerOne has implemented features to help you reduce noise from low-impact reports. These features include:
1010

@@ -15,7 +15,8 @@ Feature | Details
1515
[Signal Requirements](/programs/signal-requirements.html) | Set a minimum Signal hackers must reach in order to submit reports to your program. This ensures that only hackers with a certain skill level are able to report vulnerabilities.
1616
[Define your Scope](/programs/defining-scope.html) | Define your scope and the assets you want hackers to hack on. This guides hackers to focus on the right targets that you’re interested in.
1717
[Reputation](/hackers/reputation.html) | Flagging noisy reports as <i>Not Applicable</i> or <i>Spam</i> will negatively impact a hacker's reputation. The built-in reputation system incentivizes hackers to submit quality reports over noise.
18+
[Hackbot](hackbot.html) | HackerOne's free automated service that provides inline guidance in reports with contextual advice and actionable suggestions. For instance, you can set Hackbot to suggest when a report *Needs more info*.
1819
Report Abuse | In extreme cases, you can ban sources of noise from your program by [banning hackers](/programs/banning-hackers.html) that are submitting irrelevant reports and [requesting mediation](/programs/hacker-mediation.html) from HackerOne.
19-
Triage Services | Contact your Account Manager if you're interested in learning more about support from HackerOne's Security Analysts in our fully managed offering.
20+
Triage Services | Contact your Account Manager if you're interested in learning more about support from HackerOne's Security Analysts in our fully managed offering.
2021

2122
You’re free to implement 1 or all of these features. For the best results in reducing unwanted noise for your program, it’s good practice to set up each one.

0 commit comments

Comments
 (0)