From 0d601333d87812e56c4605dfe663dd967cc60a46 Mon Sep 17 00:00:00 2001 From: Vedant Madane <6527493+VedantMadane@users.noreply.github.com> Date: Mon, 24 Aug 2026 11:06:33 +0530 Subject: [PATCH] fix: docs: add SECURITY.md - SECURITY.md - README.md Fixes #104 Signed-off-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com> --- README.md | 4 ++++ SECURITY.md | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 SECURITY.md diff --git a/README.md b/README.md index 163e60b..146f8e4 100644 --- a/README.md +++ b/README.md @@ -137,3 +137,7 @@ development of VSS, you can reach out to us in the [LDK Discord] in the `#vss` c [LDK Discord]: https://discord.gg/5AcknnMfBw [UniFFI]: https://mozilla.github.io/uniffi-rs/ + +## Security + +See [SECURITY.md](SECURITY.md) for vulnerability reporting. diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..5ce5072 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,15 @@ +# Security Policy + +## Supported Versions + +Please prefer the latest release when reporting security issues. + +## Reporting a Vulnerability + +If you discover a security vulnerability, please report it privately: + +1. Open a GitHub Security Advisory for this repository when available, or +2. Contact the maintainers via the email listed in the repository profile or README. + +Please include steps to reproduce, impact, and any suggested fix. +Do not open a public issue for sensitive reports.