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

Skip to content

Commit f81f4f6

Browse files
committed
Merge branch 'master' of github.com:Hacker0x01/docs.hackerone.com
2 parents a52dacd + 4d58ff9 commit f81f4f6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Programs that engage in [disclosure](disclosure.html) find themselves having hig
1313
[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.
1414

1515
### 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.
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](message-hackers.html) feature.
1717

1818
### 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.
19+
Set up [bounty tables](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.
2020

2121
### 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).
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](good-policies.html).
2323

2424
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,

docs/programs/sso-faqs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ Is SAML configurable on a per user basis? | No, all users belonging to a SAML en
1414
Do you support custom session times? | Yes, HackerOne will respect the SessionNotOnOrAfter attribute if provided during authentication. This will allow you to customize the length of the session up to an upper bound of 2 weeks. If you provide this value, it'll be the source of truth and the *remember me* will be ignored.
1515
Do you support Single Logout? | No, we don't support single logout at this time.
1616
What happens to users on my team that don't belong to our claimed domain? | Turning on SSO will only affect users of the claimed domain. Any users that are using e-mail addresses on other domains will not be affected.
17+
What is your NameID format? | `urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress`
1718
What is your Entity ID? | hackerone.com
1819
What is your ACS URL? | https://hackerone.com/users/saml/auth
20+
What are your attribute fields? | `User.firstName` (First Name) and `User.lastName` (Last Name). You can read more details about what is available [here](/programs/sso-jit.html).

src/pages/programs/programs-nav.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
path: /programs/passwords.html
1818
- title: Using Markdown
1919
path: /programs/using-markdown.html
20-
- title: Running a Good Prgram
20+
- title: Running a Good Program
2121
path: /programs/good-program.html
2222
- title: Your Program
2323
items:

0 commit comments

Comments
 (0)