docs: Update Security Information
Changelog-None.
This commit is contained in:
committed by
Rusty Russell
parent
b261e82e6f
commit
08210dab47
@@ -28,7 +28,9 @@ Core Lightning (previously c-lightning) is a lightweight, highly customizable an
|
|||||||
[![Irc][IRC-badge]][IRC]
|
[![Irc][IRC-badge]][IRC]
|
||||||
|
|
||||||
This implementation has been in production use on the Bitcoin mainnet since early 2018, with the launch of the [Blockstream Store][blockstream-store-blog].
|
This implementation has been in production use on the Bitcoin mainnet since early 2018, with the launch of the [Blockstream Store][blockstream-store-blog].
|
||||||
We recommend getting started by experimenting on `testnet` (or `regtest`), but the implementation is considered stable and can be safely used on mainnet.
|
We recommend getting started by experimenting on `testnet` (`testnet4` or `regtest`), but the implementation is considered stable and can be safely used on mainnet.
|
||||||
|
|
||||||
|
## Reach Out to Us
|
||||||
|
|
||||||
Any help testing the implementation, reporting bugs, or helping with outstanding issues is very welcome.
|
Any help testing the implementation, reporting bugs, or helping with outstanding issues is very welcome.
|
||||||
Don't hesitate to reach out to us on [Build-on-L2][bol2], or on the implementation-specific [mailing list][ml1], or on [CLN Discord][discord], or on [CLN Telegram][telegram], or on IRC at [dev][irc1]/[gen][irc2] channel.
|
Don't hesitate to reach out to us on [Build-on-L2][bol2], or on the implementation-specific [mailing list][ml1], or on [CLN Discord][discord], or on [CLN Telegram][telegram], or on IRC at [dev][irc1]/[gen][irc2] channel.
|
||||||
|
|||||||
29
SECURITY.md
29
SECURITY.md
@@ -6,19 +6,30 @@ We have a 3 month release cycle, and the last two versions are supported.
|
|||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
To report security issues send an email to rusty@rustcorp.com.au, or
|
To report security vulnerabilities, please send an email to one of the following addresses:
|
||||||
security@blockstream.com (not for support).
|
- `rusty@rustcorp.com.au`
|
||||||
|
- `security@blockstream.com`
|
||||||
|
|
||||||
|
Note: These email addresses are exclusively for vulnerability reporting.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## Signatures For Releases
|
## Signatures For Releases
|
||||||
|
|
||||||
The following keys may be used to communicate sensitive information to
|
The following keys may be used to communicate sensitive information to
|
||||||
developers, and to validate signatures on releases:
|
developers, and to validate signatures on releases:
|
||||||
|
|
||||||
| Name | Fingerprint |
|
| Name | Email | Fingerprint |
|
||||||
|------|-------------|
|
|------|-------|-------------|
|
||||||
| Rusty Russell | 15EE 8D6C AB0E 7F0C F999 BFCB D920 0E6C D1AD B8F1 |
|
| Blockstream Security Reporting | `security@blockstream.com` | 1176 542D A98E 71E1 3372 2EF7 4AC8 CC88 6844 A2D6 |
|
||||||
| Christian Decker | B731 AAC5 21B0 1385 9313 F674 A26D 6D9F E088 ED58 |
|
| Rusty Russell | `rusty@rustcorp.com.au` | 15EE 8D6C AB0E 7F0C F999 BFCB D920 0E6C D1AD B8F1 |
|
||||||
| Lisa Neigut | 30DE 693A E0DE 9E37 B3E7 EB6B BFF0 F678 10C1 EED1 |
|
| Christian Decker | `decker@blockstream.com` | B731 AAC5 21B0 1385 9313 F674 A26D 6D9F E088 ED58 |
|
||||||
| Alex Myers | 0437 4E42 789B BBA9 462E 4767 F3BF 63F2 7474 36AB |
|
| Lisa Neigut | `niftynei@gmail.com` | 30DE 693A E0DE 9E37 B3E7 EB6B BFF0 F678 10C1 EED1 |
|
||||||
|
| Alex Myers | `alex@endothermic.dev` | 0437 4E42 789B BBA9 462E 4767 F3BF 63F2 7474 36AB |
|
||||||
|
| Peter Neuroth | `pet.v.ne@gmail.com` | 653B 19F3 3DF7 EFF3 E9D1 C94C C3F2 1EE3 87FF 4CD2 |
|
||||||
|
| Shahana Farooqui | `sfarooqui@blockstream.com` | FE13 58EB 7793 51DB 24E5 555A A327 573C 9758 9BF5 |
|
||||||
|
| Blockstream CLN Release | `cln@blockstream.com` | 616C 52F9 9D06 12B2 A151 B107 4129 A994 AA7E 9852 |
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user