From 06dbfa3d1fe5729797305b822be3c5680fc44367 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sat, 18 Dec 2021 14:15:44 +0100 Subject: [PATCH] #2653 added info in CHANGES & SECURITY docs --- CHANGES.md | 1 + SECURITY.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d2baffb2f..db44d4570 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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? diff --git a/SECURITY.md b/SECURITY.md index 535ccf6a9..198f45144 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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.