FuelLabs/fuels-rs

Add clippy check for overflowing arithmetic

Open

Aperta il 14 dic 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (1 assegnatario)Rust (43.211 star) (1360 fork)batch import
Securitygood first issuetech-debtv1.0

Descrizione

Our fuzzing efforts have mainly discovered unchecked arithmetic. We should add the following clippy check to our CI to disallow unchecked arithmetic in the future: https://rust-lang.github.io/rust-clippy/master/index.html#/arithmetic_side_effects

Guida contributor