8000 Add multi party coordination page by whiskeykilo · Pull Request #396 · Hacker0x01/docs.hackerone.com · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Add multi party coordination page #396

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/programs/multi-party-coordination.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Multi-Party Coordination"
path: "/programs/multi-party-coordination.html"
id: "programs/multi-party-coordination"
---

Sometimes individual reports, disclosed or undisclosed, must be shared with 3rd parties that are not your program team members or a hacker participating in your program. This could be for many purposes such as patch development, information sharing, etc.

The only requirement to use this feature is for the report participant being added to have an email address. If your intended report participant already has a HackerOne account they will be notified of their addition to the report. If not, they will be prompted to sign up for a HackerOne account to view the report. Current HackerOne users may also be added via username instead of email address.

Report participants have read access only to the report(s) they are added to and may write comments visible to all parties on the report.

![multi-party-coordination-1](./images/multi-party-coordination-1.png)
2 changes: 2 additions & 0 deletions src/pages/programs/programs-nav.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@
path: /programs/import-vulnerabilities.html
- title: IP Allowlists
path: /programs/ip-allowlists.html
- title: Multi-Party Coordination
path: /programs/multi-party-coordination.html
- title: Password Best Practices
path: /programs/passwords.html
- title: Proof of Compliance
Expand Down
0