You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(checks): add negative cases and fix tautological assertions
Closes: #528Closes: #529Closes: #530Closes: #531
- unchecked-token-amount: assert exactly one finding for an unguarded
transfer and add a negative case (amount > 0 guard -> no finding).
- missing-input-length-bound: add a negative case for a Bytes param with
a data.len() guard, and wire the input-length fixture pair into
fixture_scans.rs.
- large-loop: add an ignored regression test documenting the #449 gap
(bounded `for i in 0..n` is currently a false positive).
- analyzer: add a regression comment for #531 on the scanned-file-count
tests; the referenced compile/collect_rust_paths bugs are already
fixed on main and the assertions pass unchanged.
0 commit comments