summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-27 20:22:53 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-27 20:24:31 -0400
commit758965d177d75f529bb88e24564a0bdb5e406fc6 (patch)
tree8632125811610fb7444784d10caf6441dcf792e7 /keysafe.cabal
parent40ef6d76d4d50c48f103c2b94cd45c7647a25dbc (diff)
downloadkeysafe-758965d177d75f529bb88e24564a0bdb5e406fc6.tar.gz
Filter out escape sequences and any other unusual characters when writing all messages to the console.
This should protect against all attacks where the server sends back a malicious message.
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 538a694..ff2d48d 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -97,6 +97,7 @@ Executable keysafe
HTTP.ProofOfWork
HTTP.Server
HTTP.RateLimit
+ Output
SecretKey
Serialization
ServerBackup