Skip to content

Instantly share code, notes, and snippets.

@yuriy77k
Forked from MrCrambo/Natmin_v2.md
Created November 13, 2018 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuriy77k/0a923e3b3dbe8a174087d876b74a968d to your computer and use it in GitHub Desktop.
Save yuriy77k/0a923e3b3dbe8a174087d876b74a968d 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