forked from kyokan/bob-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Useful comprehensive guides: - https://www.reddit.com/r/Bitcoin/wiki/verifying_bitcoin_core - https://bitcoincore.org/en/download/ - https://bitcoin.stackexchange.com/questions/50185/how-to-verify-bitcoin-core-release-signing-keys - https://www.getmonero.org/resources/user-guides/verification-allos-advanced.html - https://docs.wasabiwallet.io/using-wasabi/InstallPackage.html - https://help.ubuntu.com/community/HowToSHA256SUM Re: - kyokan#436 - kyokan#280 - kyokan#478 (comment) - kyokan#214 This new section could be linked/included into release tags. [ci skip]
- Loading branch information
1 parent
2c4c376
commit 502f87c
Showing
2 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
Please see [Releases](https://github.com/kyokan/bob-wallet/releases). | ||
We recommend using the [most recently released version](https://github.com/kyokan/bob-wallet/releases/latest). | ||
|
||
## Reporting a Vulnerability | ||
|
||
Please don't report security issues on GitHub. Instead, send an e-mail to dtsui [at] kyokan [dot] io (`4096R/395CD3B2`) describing your issue. | ||
|
||
## Trusted PGP keys | ||
|
||
The following keys may be used to sign release binaries: | ||
|
||
| Name | Fingerprint | Full Key | | ||
|------------------------------------------------------------------|------------------------------------------|---------------------------------| | ||
| Matthew Slipper ([@mslipper](https://github.com/mslipper)) | 35C01D01A57FA04D9F2FF89DCB951614D58D3841 | https://keybase.io/mslipper | | ||
| Rithvik Vibhu ([@rithvikvibhu](https://github.com/rithvikvibhu)) | 0393D7636C08EFA8A781F9CDE85101DF1682E27F | https://keybase.io/rithvikvibhu | | ||
|
||
You can also import a key by running the following command with an individual’s fingerprint: | ||
|
||
`gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "<fingerprint>"` | ||
|
||
To import the full set: | ||
``` | ||
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "35C01D01A57FA04D9F2FF89DCB951614D58D3841" | ||
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "0393D7636C08EFA8A781F9CDE85101DF1682E27F" | ||
``` |