From a124bc92f344c8fe18e369326462b4b7964ec93f Mon Sep 17 00:00:00 2001 From: Nodari Chkuaselidze Date: Mon, 15 Nov 2021 16:02:29 +0400 Subject: [PATCH] security: Add nodech to the security keys. --- SECURITY.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index dc28b9a6..7b764fd3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ ## Supported Versions -Please see [Releases](https://github.com/handshake-org/hsd/releases). +Please see [Releases](https://github.com/handshake-org/hsd/releases). We recommend using the [most recently released version](https://github.com/handshake-org/hsd/releases/latest). ## Reporting a Vulnerability @@ -11,12 +11,19 @@ To report security issues send an email to a project maintainer below (not for s The following keys may be used to communicate sensitive information to developers: -| Name | Email | Fingerprint | Full Key | -|------|-------|-------------|----------| -| Christopher Jeffrey (@chjj) | chjjeffrey@gmail.com | B4B1F62DBAC084E333F3A04A8962AB9DE6666BBD | https://keybase.io/chjj | -| Matthew Zipkin (@pinheadmz) | pinheadmz@gmail.com | E61773CD6E01040E2F1BD78CE7E2984B6289C93A | https://keybase.io/pinheadmz | +| Name | Email | Fingerprint | Full Key | +|-------------------------------------------------------------|------------------------------|------------------------------------------|------------------------------| +| Christopher Jeffrey ([@chjj](https://github.com/chjj)) | chjjeffrey@gmail.com | B4B1F62DBAC084E333F3A04A8962AB9DE6666BBD | https://keybase.io/chjj | +| Matthew Zipkin ([@pinheadmz](https://github.com/pinheadmz)) | pinheadmz@gmail.com | E61773CD6E01040E2F1BD78CE7E2984B6289C93A | https://keybase.io/pinheadmz | +| Nodari Chkuaselidze ([@nodech](https://github.com/nodech)) | nodar.chkuaselidze@gmail.com | D2B2828BD29374D5E9BA3E52CCE677B05CC0FE23 | https://keybase.io/nodech | You can also import a key by running the following command with an individual’s fingerprint: `gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys ""` +To import the full set: +``` +gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "B4B1F62DBAC084E333F3A04A8962AB9DE6666BBD" +gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "E61773CD6E01040E2F1BD78CE7E2984B6289C93A" +gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "D2B2828BD29374D5E9BA3E52CCE677B05CC0FE23" +```