From 8590ff96ccf6380d67de1e97dbb29e17d18c0f07 Mon Sep 17 00:00:00 2001 From: ezShroom <68300730+ezShroom@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:11:52 +0200 Subject: [PATCH 1/2] fix yet another issue with the readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3b0ecc..81e5418 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) | From 4d8b082235714ca723edbe87e8479ff54ed6c3a8 Mon Sep 17 00:00:00 2001 From: ezShroom <68300730+ezShroom@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:13:52 +0200 Subject: [PATCH 2/2] new better security reports --- SECURITY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 1e6a611..7ce6dce 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,6 +1,6 @@ # The LBRY Foundation takes security issues seriously -If you find a vulnerability while looking through bookbuddies, please disclose this immediately to [board@lbry.org](mailto:board@lbry.org?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: @@ -8,6 +8,6 @@ We kindly request that you follow responsible disclosure practices when you repo - 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.