#2653 added info in CHANGES & SECURITY docs

This commit is contained in:
rootzoll 2021-12-18 14:15:44 +01:00
parent 5afb635482
commit 06dbfa3d1f
2 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,7 @@
- Update: Specter Desktop 1.7.2 [details](https://github.com/cryptoadvance/specter-desktop/releases/tag/v1.7.2)
- Upadte: PyBlock to 1.1.8.5 (adapt to new install mechanism)
- Update: Re-Add connecting node with Zap mobile wallet iOS & Android
- Update: additional redaction of private data in debug logs
## What's new in Version 1.7.1 of RaspiBlitz?

View File

@ -39,6 +39,10 @@ curl https://keybase.io/oms/pgp_keys.asc | gpg --import
```
Ensure that you put quotes around fingerprints containing spaces if importing with other methods.
# Privacy Protection
When you call `debug` on the command line you get basic system & services logs that can be used if you need to report details for support by other users. There is already a basic redaction of private data (nodeids, IPv4s, .onion-adresses, balances) for that debug report BUT always check the data you post in DMs or public before sending. If you find further private data that needs redaction, please report as an issue on the github repo.
# Network Security
* Limit attack surface: Wi-fi and Bluetooth is disabled by default in the build script.