Security audit issues fixed (#1279)
* Restrict network key file permissions * Check for overflow in str to bigint conversion * RLP decoder overflow check
This commit is contained in:
committed by
Gav Wood
parent
b562480173
commit
71131c41e5
@@ -18,7 +18,7 @@ use std::io;
|
||||
use std::path::PathBuf;
|
||||
use std::sync::Arc;
|
||||
use util::panics::{PanicHandler, ForwardPanic};
|
||||
use util::keys::directory::restrict_permissions_owner;
|
||||
use util::path::restrict_permissions_owner;
|
||||
use die::*;
|
||||
use rpc_apis;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user