Input values are not sanitized after they are deserialized, making it far too easy for Leo to earn SOL (bp #9706) (#9736)

automerge
This commit is contained in:
mergify[bot]
2020-04-27 16:23:59 -07:00
committed by GitHub
parent 34f5f48e43
commit 9c6f613f8c
13 changed files with 351 additions and 32 deletions

View File

@@ -24,6 +24,7 @@ pub mod program_utils;
pub mod pubkey;
pub mod rent;
pub mod rpc_port;
pub mod sanitize;
pub mod short_vec;
pub mod slot_hashes;
pub mod slot_history;