Add a SECURITY.md

This commit is contained in:
Antoine Poinsot 2023-05-09 17:24:09 +02:00
parent 664a9b6cf5
commit 73902627d6
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304
2 changed files with 15 additions and 0 deletions

View File

@ -185,6 +185,11 @@ a graphical interface to the daemon using the [`iced`](https://github.com/iced-r
The code for the GUI can be found in the [`gui/src/`](gui/src) folder.
## Security
See [`SECURITY.md`](SECURITY.md) for details about reporting a security vulnerability or any bug
that could potentially impact the security of users' funds.
## License
Released under the BSD 3-Clause Licence. See the [LICENCE](LICENCE) file.

10
SECURITY.md Normal file
View File

@ -0,0 +1,10 @@
# Security policy
Please report any vulnerability or any bug that could potentially affect the security of users'
funds by mail to [`antoine@wizardsardine.com`](mailto:antoine@wizardsardine.com).
You may use my GPG public key to encrypt your mail: `590B7292695AFFA5B672CBB2E13FC145CD3F4304`. You
can get it from:
- [`keys.openpg.org`](https://keys.openpgp.org/search?q=darosior%40protonmail.com): `gpg --keyserver hkps://keys.openpgp.org --receive 590B7292695AFFA5B672CBB2E13FC145CD3F4304`.
- [My personal website](http://download.darosior.ninja/darosior.pub)
- [Bitcoin Core's `guix.sigs` Github repository](https://github.com/bitcoin-core/guix.sigs/blob/main/builder-keys/darosior.gpg)