FuelLabs/fuels-rs

Add clippy check for overflowing arithmetic

Open

#1 238 ouverte le 14 déc. 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (1 assigné)Rust (1 360 forks)batch import
Securitygood first issuetech-debtv1.0

Métriques du dépôt

Stars
 (43 211 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur