From 76b4f0767eddace37f3b2bff8ce4dfdb6bf9553f Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 16 Jan 2014 11:30:04 +0100 Subject: [PATCH] update security in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f57e57..44b168a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Whiteout Mail is a mail client with full IMAP, SMTP, TLS and OpenPGP support wri ### Security -* The app is deployed as an auditable app with static versions in order to prevent the [problems with host-based security](http://tonyarcieri.com/whats-wrong-with-webcrypto). +* The app is deployed as an auditable packaged app with static versions in order to prevent [problems with host-based security](http://tonyarcieri.com/whats-wrong-with-webcrypto). * [Content Securit Policy (CSP)](http://www.html5rocks.com/en/tutorials/security/content-security-policy/) is enforced to prevent against injection attacks. * The code is still under heavy development and is yet not recommended for production use. That being said, we have done multiple code audits and penetration tests (which will be published as soon as all reported vulnerabilities are fixed). * We will also launch a bug bounty program later on the compensate security researchers. If you find any security vulnerabilites, don't hesitate to contact us [security@whiteout.io](mailto:security@whiteout.io).