Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Refer to [BIP174], [BIP370], and [BIP371] to learn more about partially signed b
**Note:**
The library is unstable and API changes should be expected. Check the [examples] directory for detailed usage examples.

## Security Policy

To report a security issue, please refer to the [security policy](SECURITY.md).

## Contributing
Found a bug, have an issue or a feature request? Feel free to open an issue on GitHub. This library is open source licensed under MIT.
Expand Down
20 changes: 20 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Security Policy

To report security issues, either

- send an email to `security AT bitcoindevkit DOT org` (not for support), or
- open a security advisory on GitHub at
[`https://github.com/bitcoindevkit/bdk-tx/security/advisories`](https://github.com/bitcoindevkit/bdk-tx/security/advisories).

The following key may be used to communicate sensitive information to BDK via email:

| Name | Fingerprint |
| ---- | ----------- |
| `security@bitcoindevkit.org` | `7416 BB25 5E60 E40D 482E 591B 7201 8930 A1FB 3444` |

You can import the key by running the following command:
```
gpg --keyserver hkps://keys.openpgp.org --recv-keys 7416BB255E60E40D482E591B72018930A1FB3444
```

You can also download it from [our website](https://bitcoindevkit.org/foundation/pgp/#security-disclosures).