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

Skip to content

Commit dddb322

Browse files
committed
1 parent 4eb0f78 commit dddb322

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "Embedded Submissions Form (beta)"
3+
path: "/programs/embedded-submissions-form.html"
4+
id: "programs/embedded-submissions-form"
5+
---
6+
7+
You can embed the HackerOne report submission form onto your own website. This enables hackers to submit reports without having to create an account on HackerOne. This also provides hackers with an easy way to submit security vulnerabilities without having to search for the VDP or security policy. With embedded submissions, anyone can submit a report to the program and hackers also have the option to anonymously submit reports.
8+
9+
<i>This feature is currently in beta. Please contact your program manager if you want to participate in the beta.</i>
10+
11+
### Set Up an Embedded Submissions Form
12+
To have an embedded submissions form on your website:
13+
1. Go to <b>Settings > Integrations > Embedded Submission</b>.
14+
15+
![embedded-submissions-1](./images/embedded-submissions-1.png)
16+
17+
2. Click <b>Set up</b>.
18+
3. Identify the domains where you want the submission form to be embedded on the <b>Embedded Submission Configuration</b> form. You must add a Fully Qualified Domain Name (FQDN) and you can add up to 100 domains.
19+
20+
![embedded-submissions-2](./images/embedded-submissions-2.png)
21+
22+
4. Copy and paste the script tag to your website. The script tag is used to include a JavaScript file served by HackerOne to generate the iframe necessary to embed the report submission page. As the script tag is replaced by the iframe, you can insert the tag wherever you want the iframe to be included.
23+
24+
![embedded-submissions-3](./images/embedded-submissions-3.png)
25+
26+
<i>Note: The url within the script contains a UUID (e.g. 25ab901d-7cea-481b-8ac2-c16b7d10d577). This UUID is used by the embedded page to grant users access to submit reports to your program. Any user with access to the UUID will be able to submit reports. It’s important that you disclose this UUID if you want to restrict access to submissions.</i>
27+
28+
When hackers submit reports through the embedded form, the form automatically detects if a hacker is signed in to H1 and allows them to submit a report. If a hacker isn’t a member or signed in, they can provide their email in the Email field to receive status updates on their report.
29+
30+
Anonymous submissions will always remain anonymous and can’t be claimed later for reputation or bounties. If an email address is provided, HackerOne will be able to check if an account exists with that email on HackerOne and send the hacker an email to claim the report or to create an account to claim the report.

0 commit comments

Comments
 (0)