From 19b0a28d43c8de879c05870da665451a75da6561 Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Wed, 1 Oct 2014 01:31:04 -0700 Subject: [PATCH] security TODO warning --- fuse/ipns/ipns_unix.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fuse/ipns/ipns_unix.go b/fuse/ipns/ipns_unix.go index 7bd3e3e1b..56f964b12 100644 --- a/fuse/ipns/ipns_unix.go +++ b/fuse/ipns/ipns_unix.go @@ -195,6 +195,8 @@ type Node struct { name string // Private keys held by nodes at the root of a keyspace + // WARNING(security): the PrivKey interface is currently insecure + // (holds the raw key). It will be secured later. key ci.PrivKey Ipfs *core.IpfsNode