From 675e202945f58081899454f8d680b63d84548515 Mon Sep 17 00:00:00 2001 From: Saivann Date: Sun, 3 Aug 2014 16:42:40 -0400 Subject: [PATCH 1/2] Add "New app" as a "Transparency" score for new wallets with a short track record --- _translations/en.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_translations/en.yml b/_translations/en.yml index 4b0e42ed..9cc80298 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -147,6 +147,8 @@ en: checkpasstransparencyclosedsourcetxt: "This wallet is not open-source. This means it is not possible to audit the code and make sure the final software isn't hiding dangerous code or doing anything you wouldn't agree to." checkfailtransparencyremote: "Remote app" checkfailtransparencyremotetxt: "This wallet is loaded from a remote location. This means that whenever you use your wallet, you need to trust the developers not to steal or lose your bitcoins in an incident on their site. Using a browser extension or mobile app, if available, can reduce that risk." + checkfailtransparencynew: "New app" + checkfailtransparencynewtxt: "The developers of this wallet publish the source code for the client. However, this wallet still has a short track record and few public feedback, testing and reviews. This means this app might be more at risk of hiding dangerous code or doing something you wouldn't agree to." checkgoodenvironmenthardware: "Very secure environment" checkgoodenvironmenthardwaretxt: "This wallet is loaded from a secure specialized environment provided by the device. This provides very strong protection against computer vulnerabilities and malware since no software can be installed on this environment." checkpassenvironmentmobile: "Secure environment" From 33003cb9b941e6ea30c90537ea834974c2295710 Mon Sep 17 00:00:00 2001 From: Saivann Date: Mon, 4 Aug 2014 17:07:47 -0400 Subject: [PATCH 2/2] Improve "New app" transparency score (thanks @harding) --- _translations/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_translations/en.yml b/_translations/en.yml index 9cc80298..73b56dcf 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -148,7 +148,7 @@ en: checkfailtransparencyremote: "Remote app" checkfailtransparencyremotetxt: "This wallet is loaded from a remote location. This means that whenever you use your wallet, you need to trust the developers not to steal or lose your bitcoins in an incident on their site. Using a browser extension or mobile app, if available, can reduce that risk." checkfailtransparencynew: "New app" - checkfailtransparencynewtxt: "The developers of this wallet publish the source code for the client. However, this wallet still has a short track record and few public feedback, testing and reviews. This means this app might be more at risk of hiding dangerous code or doing something you wouldn't agree to." + checkfailtransparencynewtxt: "The developers of this wallet publish the source code for the client. However, this wallet has not been tested and publicly reviewed by a significant number of people. This means this app might be more at risk of hiding dangerous code or doing something you wouldn't agree to." checkgoodenvironmenthardware: "Very secure environment" checkgoodenvironmenthardwaretxt: "This wallet is loaded from a secure specialized environment provided by the device. This provides very strong protection against computer vulnerabilities and malware since no software can be installed on this environment." checkpassenvironmentmobile: "Secure environment"