Skip to content

Instantly share code, notes, and snippets.

@yuriy77k
Forked from MrCrambo/ETH_Joy_report.md
Created April 11, 2019 17:47
Show Gist options
  • Save yuriy77k/bdd6b5719b89c5da98646384f9d1ec61 to your computer and use it in GitHub Desktop.
Save yuriy77k/bdd6b5719b89c5da98646384f9d1ec61 to your computer and use it in GitHub Desktop.

Summary

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

The audit focused primarily on the security of Joy smart contracts.

In scope

  1. https://github.com/JohnOrionYoung/johnorionyoung/blob/master/Contracts/AccessControl.sol
  2. https://github.com/JohnOrionYoung/johnorionyoung/blob/master/Contracts/ERC721.sol
  3. https://github.com/JohnOrionYoung/johnorionyoung/blob/master/Contracts/SafeMath.sol
  4. https://github.com/JohnOrionYoung/johnorionyoung/blob/master/Contracts/JoyArt.sol

Findings

In total, 1 issue was reported including:

  • 0 high severity issues.

  • 0 medium severity issues.

  • 1 low severity issues.

Security issues

1. Owner privilegies

Severity: low

Description

The contract owner allow himself to pause functions of contract (transfer, transferFrom).

Conclusion

Smart contracts free of critical issues.

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