mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-27 16:07:42 +08:00
security TODO warning
This commit is contained in:
@ -195,6 +195,8 @@ type Node struct {
|
|||||||
name string
|
name string
|
||||||
|
|
||||||
// Private keys held by nodes at the root of a keyspace
|
// 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
|
key ci.PrivKey
|
||||||
|
|
||||||
Ipfs *core.IpfsNode
|
Ipfs *core.IpfsNode
|
||||||
|
Reference in New Issue
Block a user