Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 947 Bytes

`GenesisGroup.commit` overwrites previously-committed values.md

File metadata and controls

22 lines (20 loc) · 947 Bytes

The amount stored in the recipient’s committedFGEN balance overwrites any previously-committed value. Additionally, this also allows anyone to commit an amount of “0” to any account, deleting their commitment entirely.

Recommendation:

Ensure the committed amount is added to the existing commitment.


Slide Screenshot

009.jpg


Slide Text

  • ConsenSys Audit Fei Finding 3.1
  • Application Logic
  • Critical Severity
  • Overwrite Value Instead-of Adding Value
  • Add to Existing Value

References


Tags