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

Skip to content

Commit b8ea083

Browse files
committed
signal impact changes
1 parent ba6ce02 commit b8ea083

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed
-183 KB
Loading

docs/hackers/signal-and-impact.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,19 @@ path: "/hackers/signal-and-impact.html"
44
id: "hackers/signal-and-impact"
55
---
66

7-
Signal is the average Reputation per report. Reputation is gained or lost each time a report is closed, making Signal an aggregate representation of report validity. Self-closed reports and duplicate reports are not included in Signal calculations.
7+
Signal provides a means of identifying hackers who have had consistently valid reports while Impact highlights those with the greatest severity. HackerOne displays a hacker's percentile rank for their Signal and Impact relative to other hackers on the platform. Understanding both Signal and Impact will help you understand your performance relative to other hackers.
88

9-
Impact is the average Reputation per bounty. Reputation is gained based on the relative size of the awarded bounty, making Impact an aggregate representation of report severity.
10-
11-
Signal provides a means of identifying hackers who've had consistently valid reports while Impact highlights those with the greatest severity. Both signal and Impact will help you benefit through an improved understanding of your performance relative to your peers.
9+
![how signal and impact look on a HackerOne profile](./images/signal-impact-1.png)
1210

1311
### Signal and Impact Facts
14-
* Signal and Impact are only calculated when there are more than 3 closed reports or 3 bounties respectively.
15-
* Signal is measured on a scale from -10 to 7, corresponding to Reputation changes for triage states ranging from "Spam" to "Resolved."
16-
* Self-closed and duplicate reports don't affect your Signal or Impact.
17-
* Impact is only calculated for reports submitted to programs that offer bounties.
18-
* Impact is measured on a scale from 0 to 50, and it corresponds to Reputation gains calculated by bounty levels awarded.
19-
* HackerOne displays a hacker's percentile rank for their Signal and Impact relative to other hackers on the platform.
12+
| Signal | Impact
13+
-- | ------ | -------
14+
What is it? | Average Reputation per report. As Reputation is gained or lost each time a report is closed, Signal is an aggregate representation of report validity. It corresponds to Reputation changes for triage states ranging from "Spam" to "Resolved." | Average Reputation per bounty. As Reputation is gained based on the relative size of the awarded bounty, Impact is an aggregate representation of report severity. It corresponds to Reputation gains calculated by bounty levels awarded.
15+
Measured scale | -10 to 7 | 0 to 50
16+
Caveats | <li>Only calculated when there are more than 3 closed reports or 3 bounties respectively <br><li>Self-closed and duplicate reports don't affect Signal | <li>Only calculated when there are more than 3 closed reports or 3 bounties respectively<br><li>Self-closed and duplicate reports don't affect Impact</li><li>Only calculated for reports submitted to programs that offer bounties
2017

2118
### Calculation Example
22-
![signal-impact-1](./images/signal-impact-2.png)
19+
![calculation of signal and impact](./images/signal-impact-2.png)
2320

2421
Alice and Bob have the exact same amount of Reputation (241 points). But Alice has a higher Signal (4.12 > 1.35), which indicates having a better track record of submitting valid reports. Alice also has a higher Impact (15.83 > 9.50) and therefore, a higher chance of submitting an important report.
2522

0 commit comments

Comments
 (0)