Skip to content

Release v0.1.9

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 09:39
37522ef

Release Notes

New Detectors:

  • HIGH: Unchecked send return value
  • HIGH: Storage Signed Integer Array
  • HIGH: Strict ETH balance equality
  • HIGH: Tautology or Contradiction
  • HIGH: Contract that locks ETH
  • HIGH: msg.value used inside a loop
  • HIGH: Bad use of tx.origin
  • LOW: Boolean equality
  • LOW: State variable read in an external context
  • LOW: Redundant statements
  • LOW: Constant functions contain assembly

Fixes:

  • State variable shadowing - title and description fix
  • Upgrade check checks github releases instead of cargo releases

What's Changed

Full Changelog: v0.1.8...v0.1.9