Skip to content

Instantly share code, notes, and snippets.

@MrCrambo
Created November 13, 2018 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MrCrambo/bef13aaa673b5ca26eafd351ea7b09d1 to your computer and use it in GitHub Desktop.
Save MrCrambo/bef13aaa673b5ca26eafd351ea7b09d1 to your computer and use it in GitHub Desktop.

Summary

This is the report from a security audit performed on Natmin_v2 by MrCrambo.

The audit focused primarily on the security of Natmin_v2 smart contract.

In scope

  1. https://github.com/NatminPureEscrow/Token/blob/master/contracts/NatminToken.sol

Findings

In total, 1 issue were reported including:

  • 0 high severity issues.

  • 0 medium severity issues.

  • 1 low severity issues.

Security issues

1. Known vulnerabilities of ERC-20 token

Severity: low

Description

  1. It is possible to double withdrawal attack. More details here
  2. Lack of transaction handling mechanism issue. More details here

Conclusion

Natmin team fixed all the previous issues , now smart contract free of bugs and ready for deploying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment