FuelLabs/fuels-rs

Add clippy check for overflowing arithmetic

Open

#1,238 创建于 2023年12月14日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)Rust (43,211 star) (1,360 fork)batch import
Securitygood first issuetech-debtv1.0

描述

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

贡献者指南

Add clippy check for overflowing arithmetic · FuelLabs/fuels-rs#1238 | Good First Issue