From 66f527929f8fb3327e0bdef55b43e12cf6cb4a13 Mon Sep 17 00:00:00 2001 From: jolah1 Date: Wed, 22 Apr 2026 00:45:40 +0100 Subject: [PATCH] Added SECURITY.md --- 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 000000000..9f84a5cad --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +## Reporting a Vulnerability + +Security vulnerabilities for `ldk-node` 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.