Skip to content
Merged
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ println!("Next receive address: {}", address_info.address);
Ok::<_, anyhow::Error>(())
```

## Security Policy

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

## Minimum Supported Rust Version (MSRV)

The libraries in this repository maintain a MSRV of 1.85.0.
Expand Down
8 changes: 6 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Security Policy

To report security issues send an email to `security AT bitcoindevkit DOT org` (not for support).
To report security issues, either

The following key may be used to communicate sensitive information to developers:
- 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_wallet/security/advisories`](https://github.com/bitcoindevkit/bdk_wallet/security/advisories).

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

| Name | Fingerprint |
| ---- | ----------- |
Expand Down