Skip to content

Commit 78c3836

Browse files
committed
Add SECURITY.md
1 parent 137d304 commit 78c3836

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,8 @@ Exhaustive tests
7070
With valgrind, you might need to increase the max stack size:
7171

7272
$ valgrind --max-stackframe=2500000 ./exhaustive_tests
73+
74+
Reporting a vulnerability
75+
------------
76+
77+
See [SECURITY.md](SECURITY.md)

SECURITY.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
To report security issues send an email to [email protected] (not for support).
6+
7+
The following keys may be used to communicate sensitive information to developers:
8+
9+
| Name | Fingerprint |
10+
|------|-------------|
11+
| Pieter Wuille | 133E AC17 9436 F14A 5CF1 B794 860F EB80 4E66 9320 |
12+
| Andrew Poelstra | 699A 63EF C17A D3A9 A34C FFC0 7AD0 A91C 40BD 0091 |
13+
| Tim Ruffing | 09E0 3F87 1092 E40E 106E 902B 33BC 86AB 80FF 5516 |
14+
15+
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)