Skip to content

Commit fdd7fa1

Browse files
committed
docs: create security policy
Github has started supporting SECURITY.md to contain a project's security policy. Right now, the only place to find this project's security contact is on bitcoincore.org. Adding this information to the repository makes it easier to find as SECURITY.md becomes a standard. This is copied almost exactly from https://bitcoincore.org/en/contact/ and based on conversations with Ethan Heilman.
1 parent 52ec4c6 commit fdd7fa1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

SECURITY.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
| Version | Supported |
6+
| ------- | ------------------ |
7+
| 0.18 | :white_check_mark: |
8+
| 0.17 | :white_check_mark: |
9+
| 0.16 | :white_check_mark: |
10+
| 0.15 | :white_check_mark: |
11+
| < 0.15 | :x: |
12+
13+
## Reporting a Vulnerability
14+
15+
To report security issues send an email to [email protected] (not for support).
16+
17+
The following keys may be used to communicate sensitive information to developers:
18+
19+
| Name | Fingerprint |
20+
|------|-------------|
21+
| Wladimir van der Laan | 71A3 B167 3540 5025 D447 E8F2 7481 0B01 2346 C9A6 |
22+
| Jonas Schnelli | 32EE 5C4C 3FA1 5CCA DB46 ABE5 29D4 BCB6 416F 53EC |
23+
| Pieter Wuille | 133E AC17 9436 F14A 5CF1 B794 860F EB80 4E66 9320 |
24+
25+
You can import a key by running the following command with that individual’s fingerprint: `gpg --recv-keys "<fingerprint>"` Ensure that you put quotes around fingerprints containing spaces.

0 commit comments

Comments
 (0)