From 5cd209139472cb141c31f2e1a2084b3aa0e12113 Mon Sep 17 00:00:00 2001 From: Taylor Hornby Date: Thu, 28 May 2020 16:43:14 -0600 Subject: [PATCH] Add known areas for improvement to the README --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c17e11f..e5912da 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # zcash-android-wallet Android wallet using the Zcash Android SDK that is maintained by core developers. -Please see the [wallet app threat -model](https://zcash.readthedocs.io/en/latest/rtd_pages/wallet_threat_model.html) -for important information about the security and privacy limitations of the -wallet. +There are some known areas for improvement: + +- Traffic analysis, like in other cryptocurrency wallets, can leak some privacy + of the user. +- The wallet might display inaccurate transaction information if it is connected + to an untrustworthy server. + +See the [Wallet App Threat +Model](https://zcash.readthedocs.io/en/latest/rtd_pages/wallet_threat_model.html) +for more information about the security and privacy limitations of the wallet.