From 36b8229b43479bb266cc269d80072a1416b7c741 Mon Sep 17 00:00:00 2001 From: HARSHVARANDANI Date: Sat, 16 May 2026 01:41:02 +0530 Subject: [PATCH] add security.md documentation --- SECURITY.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..453b9a77 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +## Reporting a Vulnerability + +Security vulnerabilities for `ldk-server` are handled under the same policy as +`rust-lightning`(LDK), on which this library is built. + +Please refer to the [rust-lightning's SECURITY.md](https://github.com/lightningdevkit/rust-lightning/blob/main/SECURITY.md) +for instructions on how to responsibly disclose vulnerabilities. \ No newline at end of file