Skip to content

Instantly share code, notes, and snippets.

@danbogd
Created October 29, 2018 06:58
Show Gist options
  • Save danbogd/a561d4a92cc4ec914d8da8f803a2cdd7 to your computer and use it in GitHub Desktop.
Save danbogd/a561d4a92cc4ec914d8da8f803a2cdd7 to your computer and use it in GitHub Desktop.

BlackPearlETC Audit Report.

1. Summary

This document is a security audit report performed by danbogd, where BlackPearlETC has been reviewed.

2. In scope

3. Findings

In total, 1 issues were reported including:

  • 1 low severity issues.

No critical security issues were found.

3.1. No checking for zero address.

Severity: low

Description

Transfer function member of BlackPearlETC contract do not require the to address to be non null before transfer. Accidental token loss to address 0x0 can be applicable.

Code snippet

https://gist.github.com/yuriy77k/787e38d7dac94ed90935f3a960a11c9b#file-blackpearletc-sol-L205

4. Conclusion

No critical vulnerabilities were detected, but we highly recommend to complete this bugs before use.

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