PrivKeyPolicy type must not implement Clone or Derive #2241
Labels
improvement: security
Improvements made on runtime security
priority: high
Important tasks that need attention soon.
komodo-defi-framework/mm2src/coins/lp_coins.rs
Line 3869 in 4e8bc50
We should remove Clone and Debug implementations for this type since it handles private keys. There seems to be no instance of using Debug. There are two instances of using Clone which must be refactored:
komodo-defi-framework/mm2src/coins/eth/v2_activation.rs
Line 424 in 4e8bc50
komodo-defi-framework/mm2src/coins/eth/v2_activation.rs
Line 515 in 4e8bc50
The text was updated successfully, but these errors were encountered: