Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme fixed, new security disclosure system #5

Merged
merged 2 commits into from
Aug 26, 2024
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![CI](https://github.com/lbryfoundation/bookbuddies/actions/workflows/ci.yaml/badge.svg?branch=main&event=push)
![ci](https://github.com/lbryfoundation/bookbuddies/actions/workflows/ci.yaml/badge.svg?branch=main&event=push)

# bookbuddies

Expand All @@ -15,8 +15,8 @@ Download the correct binary for your system from here, and run it.
| -------- | ------------ | --- | ----------------------------------------------------------------------------------------------- |
| Windows | x64 | GUI | [Download](https://github.com/lbryfoundation/bookbuddies/releases/download/windows-x64-gui.exe) |
| Windows | x64 | CLI | [Download](https://github.com/lbryfoundation/bookbuddies/releases/download/windows-x64-cli.exe) |
| macOS | Universal | GUI | [Download](https://github.com/lbryfoundation/bookbuddies/releases/download/macos-x64-gui) |
| macOS | Universal | CLI | [Download](https://github.com/lbryfoundation/bookbuddies/releases/download/macos-x64-cli) |
| macOS | Universal | GUI | [Download](https://github.com/lbryfoundation/bookbuddies/releases/download/macos-gui) |
| macOS | Universal | CLI | [Download](https://github.com/lbryfoundation/bookbuddies/releases/download/macos-cli) |
| Linux | x64 | GUI | [Download](https://github.com/lbryfoundation/bookbuddies/releases/download/linux-x64-gui) |
| Linux | x64 | CLI | [Download](https://github.com/lbryfoundation/bookbuddies/releases/download/linux-x64-cli) |
| Linux | arm64 | GUI | [Download](https://github.com/lbryfoundation/bookbuddies/releases/download/linux-arm64-gui) |
Expand Down
6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# The LBRY Foundation takes security issues seriously

If you find a vulnerability while looking through bookbuddies, please disclose this immediately to [[email protected]](mailto:[email protected]?subject=Responsible%20disclosure%20for%20vulnerability%20in%20bookbuddies).
If you find a vulnerability while looking through bookbuddies, please disclose this immediately via the [security tab](https://github.com/LBRYFoundation/bookbuddies/security)

We kindly request that you follow responsible disclosure practices when you report an issue to us. This means:

- Provide detailed information about the vulnerability, including steps to reproduce and any potential impact.
- Allow us a reasonable amount of time to investigate and address the issue before disclosing it publicly.
- Do not exploit the vulnerability or share it with others until it has been resolved.

If your vulnerability report leads to a fix, we will credit you for discovering it.
If your vulnerability report leads to a fix, we will credit you for discovering it. You will see the progress on your report within the security tab.

The LBRY Foundation will never pay for a vulnerability disclosure prior to knowing what it is. We may award funds for a security disclosure, depending on severity, on a case-by-case basis.
The LBRY Foundation will never pay for a vulnerability disclosure prior to knowing what it is. We may award funds for a security disclosure after fixing it, depending on severity, on a case-by-case basis.