mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-26 23:53:19 +08:00
security TODO warning
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user