You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/contribute-to-core-lightning/security-policy.md
+22-10Lines changed: 22 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,26 +4,38 @@ slug: "security-policy"
4
4
excerpt: "Learn how to responsibly report a security issue."
5
5
hidden: false
6
6
createdAt: "2022-12-09T09:58:38.899Z"
7
-
updatedAt: "2023-02-21T15:15:57.281Z"
7
+
updatedAt: "2025-03-22T15:15:57.281Z"
8
8
---
9
9
## Supported Versions
10
10
11
11
We have a 3 month release cycle, and the last two versions are supported.
12
12
13
13
## Reporting a Vulnerability
14
14
15
-
To report security issues, send an email to rusty `at` rustcorp.com.au, or security `at` blockstream.com (not for support).
15
+
To report security vulnerabilities, please send an email to one of the following addresses:
16
+
-`rusty@rustcorp.com.au`
17
+
-`security@blockstream.com`
18
+
19
+
Note: These email addresses are exclusively for vulnerability reporting.
20
+
21
+
For all other inquiries/communication, please refer to the [Reach Out to Us](https://github.com/ElementsProject/lightning?tab=readme-ov-file#reach-out-to-us) section in our README.
16
22
17
23
## Signatures For Releases
18
24
19
-
The following keys may be used to communicate sensitive information to
25
+
The following keys may be used to communicate sensitive information to
20
26
developers, and to validate signatures on releases:
You can import a key by running the following command with that individual’s fingerprint: `gpg --keyserver hkps://keys.openpgp.org --recv-keys "<fingerprint>"`. Ensure that you put quotes around fingerprints containing spaces.
39
+
You can import a key by running the following command with that individual’s fingerprint:
0 commit comments