Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Boilerplate Mock contracts #29

Merged
merged 18 commits into from
Dec 15, 2023
Merged

Add Boilerplate Mock contracts #29

merged 18 commits into from
Dec 15, 2023

Conversation

arbaz-immunefi
Copy link
Contributor

Fixes #28

Vulnerability Type

This pull request introduces mock contracts designed to aid whitehats and security researchers in easily testing and integrating with Immunefi's contracts. The added mock contracts highlight various ERC20 behavioral tokens, including examples of malicious tokens such as self-destruct, return bombing, and other miscellaneous contracts.

Usage

To leverage these mock contracts, security researchers can integrate them into their testing environments and use them to simulate various scenarios. The contracts cover a range of token behaviors, providing a comprehensive testing suite for identifying vulnerabilities and ensuring the robustness of smart contracts.

PR Checklist

  • Attack Template
  • Attack Example
  • Test
  • Readme Updated

@janbro janbro self-requested a review November 29, 2023 13:36
@janbro
Copy link
Collaborator

janbro commented Dec 14, 2023

LGTM

@arbaz-immunefi arbaz-immunefi marked this pull request as ready for review December 15, 2023 07:28
@arbaz-immunefi arbaz-immunefi merged commit 2361acb into main Dec 15, 2023
2 of 4 checks passed
@arbaz-immunefi arbaz-immunefi deleted the mocks branch December 15, 2023 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Boilerplate Mock Contracts
4 participants