From e0c173ae1e62029f8c7cf2d39b1571bccb977526 Mon Sep 17 00:00:00 2001 From: hermes-alby Date: Tue, 4 Aug 2026 16:14:54 +0700 Subject: [PATCH] docs: add security policy (#2491) * docs: add security policy * docs: link security policy from README --------- Co-authored-by: Hermes Agent --- README.md | 2 ++ SECURITY.md | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 SECURITY.md diff --git a/README.md b/README.md index c92fc752..1572f1dc 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,8 @@ Once the user has authorized the app connection a `nwc:success` message is sent If you need help contact support@getalby.com or reach out on Nostr: npub1getal6ykt05fsz5nqu4uld09nfj3y3qxmv8crys4aeut53unfvlqr80nfm You can also visit the chat of our Community on [Telegram](https://t.me/getalby). +For security vulnerabilities, please follow our [security policy](SECURITY.md). + ## ⚡️Donations Want to support the work on Alby? diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..790ba2be --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,7 @@ +# Security Policy + +## Reporting a Vulnerability + +Please report suspected security vulnerabilities privately by emailing [security@getalby.com](mailto:security@getalby.com). Do not open a public issue or disclose the vulnerability publicly until we have coordinated a fix. + +Please include the affected version or component, the potential impact, and clear steps to reproduce the issue. We will acknowledge your report and keep you informed as we investigate and address it.