Skip to content

Otherdeed Flashclaim - #379

Draft
WalidOfNow wants to merge 6 commits into
mainfrom
otherdeed-flashclaim
Draft

Otherdeed Flashclaim#379
WalidOfNow wants to merge 6 commits into
mainfrom
otherdeed-flashclaim

Conversation

@WalidOfNow

Copy link
Copy Markdown
Contributor

Security Checklist

  • 1. Re-Entrancy
  • 2. Arithmetic Over/Under Flows
  • 3. Unexpected Ether
  • 4. Delegatecall
  • 5. Default Visibilities
  • 6. Entropy Illusion
  • 7. External Contract Referencing
  • 8. Short Address/Parameter Attack (off chain)
  • 9. Unchecked CALL Return Values
  • 10. Race Conditions / Front Running
  • 11. Denial Of Service (DOS)
  • 12. Block Timestamp Manipulation
  • 13. Constructors with Care
  • 14. Uninitialized Storage Pointers
  • 15. Floating Points and Precision
  • 16. Tx.Origin Authentication
  • 17. Address.isContract Re-Entrancy via Constructor

⚠️ NOTES ⚠️

Make sure to think about each of these exploits in this PR.

}
}

IERC721(params.otherdeed).setApprovalForAll(params.vessel, true);

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we do this only once? I made it this way for security reason

Comment thread contracts/protocol/libraries/logic/PositionMoverLogic.sol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants