8000 Use SafeMath to avoid int overflows · Issue #96 · clearmatics/zeth · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Use SafeMath to avoid int overflows #96
Closed
@AntoineRondelet

Description

@AntoineRondelet

Just checked the smart contracts and it turns out we're not using the SafeMath library. We need to, to avoid well known integer overflow exploits.
We already have open-zeppelin as a dependency: https://github.com/clearmatics/zeth/blob/master/zeth-contracts/package.json#L19 so let's use it to import useful libraries (like safemath) into our contracts

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestsecurityFlag a security issue in the projectsolidityTask related to the Solidity part of the code base

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0