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

Ignore specific error on specific contract #283

Open
somoza opened this issue Sep 11, 2023 · 0 comments
Open

Ignore specific error on specific contract #283

somoza opened this issue Sep 11, 2023 · 0 comments

Comments

@somoza
Copy link

somoza commented Sep 11, 2023

I'm getting this result:

Report for node_modules/@openzeppelin/contracts/interfaces/draft-IERC1822.sol
(SWC-112) Delegatecall to Untrusted Callee

I would like to know if I can ignore that error on that contract using mythx.yml, for example:

ignore:
  - SWC-112:
    contracts:
      - node_modules/@openzeppelin/contracts/interfaces/draft-IERC1822.sol

Is there some way to ignore errors on specific contracts without using blacklists that ignore an error on all the contracts?

Thanks!

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

No branches or pull requests

1 participant