Skip to content

Commit a124bc9

Browse files
committed
security: Add nodech to the security keys.
1 parent e8c9632 commit a124bc9

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

SECURITY.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Supported Versions
44

5-
Please see [Releases](https://github.com/handshake-org/hsd/releases).
5+
Please see [Releases](https://github.com/handshake-org/hsd/releases).
66
We recommend using the [most recently released version](https://github.com/handshake-org/hsd/releases/latest).
77

88
## Reporting a Vulnerability
@@ -11,12 +11,19 @@ To report security issues send an email to a project maintainer below (not for s
1111

1212
The following keys may be used to communicate sensitive information to developers:
1313

14-
| Name | Email | Fingerprint | Full Key |
15-
|------|-------|-------------|----------|
16-
| Christopher Jeffrey (@chjj) | [email protected] | B4B1F62DBAC084E333F3A04A8962AB9DE6666BBD | https://keybase.io/chjj |
17-
| Matthew Zipkin (@pinheadmz) | [email protected] | E61773CD6E01040E2F1BD78CE7E2984B6289C93A | https://keybase.io/pinheadmz |
14+
| Name | Email | Fingerprint | Full Key |
15+
|-------------------------------------------------------------|------------------------------|------------------------------------------|------------------------------|
16+
| Christopher Jeffrey ([@chjj](https://github.com/chjj)) | [email protected] | B4B1F62DBAC084E333F3A04A8962AB9DE6666BBD | https://keybase.io/chjj |
17+
| Matthew Zipkin ([@pinheadmz](https://github.com/pinheadmz)) | [email protected] | E61773CD6E01040E2F1BD78CE7E2984B6289C93A | https://keybase.io/pinheadmz |
18+
| Nodari Chkuaselidze ([@nodech](https://github.com/nodech)) | [email protected] | D2B2828BD29374D5E9BA3E52CCE677B05CC0FE23 | https://keybase.io/nodech |
1819

1920
You can also import a key by running the following command with an individual’s fingerprint:
2021

2122
`gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "<fingerprint>"`
2223

24+
To import the full set:
25+
```
26+
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "B4B1F62DBAC084E333F3A04A8962AB9DE6666BBD"
27+
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "E61773CD6E01040E2F1BD78CE7E2984B6289C93A"
28+
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "D2B2828BD29374D5E9BA3E52CCE677B05CC0FE23"
29+
```

0 commit comments

Comments
 (0)